Skip to content

Commit

Permalink
add node to Dockerfile PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Dec 18, 2024
1 parent a6b9867 commit d636620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ COPY --from=builder /app/lib/ ./lib/
COPY --from=modules /app/lib/node_modules/ ./lib/node_modules/

ENV NODE_ENV=production
ENV PATH="$PATH:/nodejs/bin"
EXPOSE 9464

0 comments on commit d636620

Please sign in to comment.