Compare commits
4 Commits
45c625994b
...
main
Author | SHA1 | Date | |
---|---|---|---|
2840715cb6 | |||
5c6a07e87b | |||
cd0dd430c6 | |||
115f5692e3 |
@@ -4,6 +4,6 @@ COPY . /src
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN npm install && node ./index.js
|
RUN npm install && node ./index.js
|
||||||
|
|
||||||
FROM caddy:2.10.0
|
FROM caddy:2.10.2
|
||||||
|
|
||||||
COPY --from=builder /src/build /usr/share/caddy
|
COPY --from=builder /src/build /usr/share/caddy
|
||||||
|
45
stores.json
45
stores.json
@@ -1783,5 +1783,50 @@
|
|||||||
"events": "Yes",
|
"events": "Yes",
|
||||||
"cafe": "Yes",
|
"cafe": "Yes",
|
||||||
"meta": ""
|
"meta": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Twisted Spine Books",
|
||||||
|
"address": "306 Grand St",
|
||||||
|
"city": "Brooklyn",
|
||||||
|
"state": "NY",
|
||||||
|
"postcode": "11211",
|
||||||
|
"description": "",
|
||||||
|
"lat": "40.71281455385764",
|
||||||
|
"long": "-73.95724940889518",
|
||||||
|
"country": "USA",
|
||||||
|
"website": "https://www.twistedspinebooks.com/",
|
||||||
|
"events": "Yes",
|
||||||
|
"cafe": "No",
|
||||||
|
"meta": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Gladys Books & Wine",
|
||||||
|
"address": "306 Malcolm X Blvd",
|
||||||
|
"city": "Brooklyn",
|
||||||
|
"state": "NY",
|
||||||
|
"postcode": "11233",
|
||||||
|
"description": "",
|
||||||
|
"lat": "40.682375148825216",
|
||||||
|
"long": "-73.92910519253844",
|
||||||
|
"country": "USA",
|
||||||
|
"website": "https://www.gladysbooksandwine.com/",
|
||||||
|
"events": "Yes",
|
||||||
|
"cafe": "Yes",
|
||||||
|
"meta": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "White Rabbit's Books",
|
||||||
|
"address": "200 West 86th St",
|
||||||
|
"city": "New York",
|
||||||
|
"state": "NY",
|
||||||
|
"postcode": "10024",
|
||||||
|
"description": "",
|
||||||
|
"lat": "40.78773297148539",
|
||||||
|
"long": "-73.9754510091096",
|
||||||
|
"country": "USA",
|
||||||
|
"website": "https://whiterabbitsbooks.com/",
|
||||||
|
"events": "Yes",
|
||||||
|
"cafe": "No",
|
||||||
|
"meta": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user