Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com>
  • Loading branch information
kevinszuchet authored Jan 8, 2025
1 parent 25e26fd commit 0c913ab
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 @@ -19,7 +19,7 @@ RUN yarn install --prod --frozen-lockfile

FROM node:18-alpine

RUN apk update && apk add --update wget && apk add --update tini
RUN apk update && apk add --no-cache wget tini

# NODE_ENV is used to configure some runtime options, like JSON logger
ENV NODE_ENV production
Expand Down

0 comments on commit 0c913ab

Please sign in to comment.