Обновить Dockerfile

This commit is contained in:
The Foxon 2023-04-24 08:57:05 +00:00
parent 63ebeb4ea0
commit b5bdc33f28

View File

@ -3,7 +3,7 @@ FROM node:19-alpine
WORKDIR /app
COPY . .
- yarn install
- yarn build
RUN yarn install
RUN yarn build
CMD yarn start