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
|
WORKDIR /app
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install
|
RUN yarn install --prod
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
Loading…
Add table
Reference in a new issue