Skip to content

Commit

Permalink
fix(docker-build): home folder is /home/node now (#9482)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Feb 29, 2024
1 parent aa88da0 commit 2ff4a6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/parabol-ubi/docker-build/dockerfiles/basic.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ARG _NODE_VERSION=${_NODE_VERSION}
FROM node:${_NODE_VERSION}-bookworm-slim as base

ENV HOME=/home/node \
USER=node

ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
ENV PORT=3000

Expand Down

0 comments on commit 2ff4a6e

Please sign in to comment.