Skip to content

Commit

Permalink
fix: use /app as root path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Mar 30, 2023
1 parent 220cf0a commit d4d62a8
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 apk add msmtp
RUN chmod 770 /setup-msmtp.sh /startup.sh
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}
WORKDIR /opt/app
WORKDIR /app
COPY --from=build /opt/node_modules ./node_modules
ENV PATH /opt/node_modules/.bin:$PATH
COPY --from=build /opt/app ./
Expand Down

0 comments on commit d4d62a8

Please sign in to comment.