Skip to content

Commit f08ea93

Browse files
committed
rm
1 parent efdbf87 commit f08ea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN npm ci
2828
COPY --chown=node:node --from=build /prod/backend ./backend
2929
COPY --chown=node:node --from=build /prod/shared ./shared
3030
COPY --chown=node:node --from=build /app/dist ./backend/static
31-
RUN rm -rf /usr/local/lib/node_modules/npm/ /usr/local/bin/npm && \
31+
RUN rm -rf /usr/local/lib/node_modules/npm/ /usr/local/bin/npm ./node_modules/npm && \
3232
chown -R node:node node_modules
3333

3434
USER node

0 commit comments

Comments
 (0)