assets
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user