Update Dockerfile
This commit is contained in:
parent
a5ad616bc8
commit
d4f593c4ce
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM node:lts AS build
|
|||
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install
|
||||
RUN yarn install --prod
|
||||
|
||||
COPY . ./
|
||||
RUN yarn build
|
||||
|
|
Loading…
Reference in a new issue