This commit is contained in:
2026-07-05 16:09:32 +05:00
parent 5d18bb7965
commit 3841faa810
9 changed files with 14 additions and 8 deletions

View File

@@ -10,9 +10,7 @@ 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
COPY assets ./assets
ENV NODE_ENV=production
CMD ["node", "dist/index.js"]