Skip to content

Commit

Permalink
Update semver version
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Sep 6, 2023
1 parent 7aa7e92 commit b0f4be2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ RUN npm run build
FROM base AS runner
WORKDIR /app

# Remove global node modules, since they are not needed by the actual app
# (all dependencies are copied over into the `/app` dir itself). These
# global modules may be outdated and trigger security scans.
RUN rm -rf /usr/local/lib/node_modules

# Not needed, set by compose
# ENV NODE_ENV production

Expand Down

0 comments on commit b0f4be2

Please sign in to comment.