Skip to content

Commit

Permalink
1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ShkarupaNick committed Apr 11, 2023
1 parent 0f84ffd commit cd0ce27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk update && apk add --no-cache \
python3 \
g++ \
make
RUN npm install --production
RUN npm install --omit=dev

FROM base AS release
COPY --from=dependencies /app/node_modules ./node_modules
Expand Down

0 comments on commit cd0ce27

Please sign in to comment.