Fix built assets

This commit is contained in:
schmelczerandras 2020-10-20 09:24:00 +02:00
parent 7c76b16d13
commit 021cac655c
4 changed files with 9 additions and 5 deletions

View file

@ -8,7 +8,7 @@ RUN yarn && yarn run build
FROM node:14.13.0-alpine3.10
COPY backend/package.json .
RUN npm install --production
RUN yarn
COPY --from=build backend/dist/main.js main.js