Compare commits

..

2 Commits

Author SHA1 Message Date
fe00d3e81d fix import syntax
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-08 19:13:48 -04:00
ab3f639d0e Update node Docker tag to v22
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-26 18:01:07 +00:00
2 changed files with 1 additions and 15 deletions

View File

@ -4,7 +4,7 @@ COPY . /src
WORKDIR /src
RUN npm install && node ./index.js
FROM caddy:2.8.4
FROM caddy:2.7.6
COPY img /usr/share/caddy/img
COPY css /usr/share/caddy/css

View File

@ -1650,19 +1650,5 @@
"website": "https://shop.shakeandco.com/",
"events": "Yes",
"cafe": "No"
},
{
"name": "Liz's Book Bar",
"address": "315 Smith St",
"city": "Brooklyn",
"state": "NY",
"postcode": "11231",
"description": "",
"lat": "40.68121559370364",
"long": "-73.99405889694158",
"country": "USA",
"website": "https://www.lizsbookbar.com/",
"events": "Yes",
"cafe": "Yes"
}
]