app/public/index.html

This commit is contained in:
2026-07-03 16:51:55 +05:00
parent 9988281368
commit 11a4f9d03a
2 changed files with 14 additions and 3 deletions

View File

@@ -10,5 +10,9 @@ COPY src ./src
RUN npm run build && npm prune --omit=dev
# app/public/index.html has content for video preview
# TODO move all static files (html, mappers) to a separate folder "assets"
COPY public ./public
ENV NODE_ENV=production
CMD ["node", "dist/index.js"]