diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ FROM node:lts-alpine3.19 as build-stage | |||
4 | WORKDIR /app | 4 | WORKDIR /app |
5 | 5 | ||
6 | COPY package.json ./ | 6 | COPY package.json ./ |
7 | RUN yarn install --frozen-lockfile --non-interactive | 7 | RUN yarn install --verbose --frozen-lockfile --non-interactive |
8 | 8 | ||
9 | COPY . . | 9 | COPY . . |
10 | RUN yarn build | 10 | RUN yarn build |