properish build system, drop hash-based routing

This commit is contained in:
2024-12-21 14:06:48 -05:00
parent ef8683a155
commit 37e19faaa7
7 changed files with 832 additions and 1101 deletions

View File

@@ -6,7 +6,4 @@ RUN npm install && node ./index.js
FROM caddy:2.9.1
COPY img /usr/share/caddy/img
COPY css /usr/share/caddy/css
COPY stores.json robots.txt /usr/share/caddy/
COPY --from=builder /src/index.html /usr/share/caddy/index.html
COPY --from=builder /src/build /usr/share/caddy