Обновить Dockerfile
This commit is contained in:
parent
63ebeb4ea0
commit
b5bdc33f28
@ -3,7 +3,7 @@ FROM node:19-alpine
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
- yarn install
|
RUN yarn install
|
||||||
- yarn build
|
RUN yarn build
|
||||||
|
|
||||||
CMD yarn start
|
CMD yarn start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user