|
|
@ -10,4 +10,4 @@ RUN yarn run build |
|
|
FROM node:lts-alpine as production-stage |
|
|
FROM node:lts-alpine as production-stage |
|
|
COPY . . |
|
|
COPY . . |
|
|
COPY --from=build-stage /app/dist ./dist |
|
|
COPY --from=build-stage /app/dist ./dist |
|
|
CMD ["node", "dist/main"] |
|
|
|
|
|
|
|
|
CMD ["yarn", "dev"] |