Skip to content

Commit

Permalink
chore: fix docker image building
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 13, 2023
1 parent 21a9c3f commit b4a3676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN useradd -ms /bin/bash companion

# setup path and corepack
ENV PATH="$PATH:/app/node-runtime/bin"
RUN echo "PATH="${PATH}"" | tee -a /etc/environment
RUN corepack enable

# Create config directory and set correct permissions
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.prebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ WORKDIR /app

# setup path and corepack
ENV PATH="$PATH:/app/node-runtime/bin"
RUN echo "PATH="${PATH}"" | tee -a /etc/environment
RUN corepack enable

# Create config directory and set correct permissions to not run as root
Expand Down

0 comments on commit b4a3676

Please sign in to comment.