Update Dockerfile
This commit is contained in:
parent
3131110b4c
commit
13ffb59e2b
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 --prod
|
RUN yarn install
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
Loading…
Reference in a new issue