revert v2.

This commit is contained in:
mguschin
2026-03-27 15:42:52 +03:00
parent 854c912a88
commit 049e82654d
108 changed files with 1 additions and 10987 deletions

View File

@@ -1,10 +0,0 @@
FROM node:20-alpine
WORKDIR /app
COPY web/package*.json ./
RUN npm ci
COPY web/ .
RUN npm run build && cp -r src/templates dist/templates && cp -r static dist/static
CMD ["node", "dist/index.js"]