Skip to content

Commit

Permalink
13 Fixed build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
vladokuskov committed May 3, 2024
1 parent cbdba6b commit 97e2c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM base as production
WORKDIR /app

ENV NODE_ENV=production
RUN yarn install --frozen-lockfile
RUN yarn install

RUN addgroup -g 1001 -S nodejs
RUN adduser -S minddaily-frontend -u 1001
Expand Down
2 changes: 1 addition & 1 deletion docker/staging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM base as stage
WORKDIR /app

ENV NODE_ENV=stage
RUN yarn install --frozen-lockfile
RUN yarn install

RUN addgroup -g 1001 -S nodejs
RUN adduser -S minddaily-frontend -u 1001
Expand Down

0 comments on commit 97e2c77

Please sign in to comment.