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 dd76495 commit cca5ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apt update && apt install -y \
RUN useradd -ms /bin/bash companion

# setup path and corepack
RUN export PATH="$PATH:/app/node-runtime/bin"
ENV PATH="$PATH:/app/node-runtime/bin"
RUN corepack enable

# Create config directory and set correct permissions
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
WORKDIR /app

# setup path and corepack
RUN export PATH="$PATH:/app/node-runtime/bin"
ENV PATH="$PATH:/app/node-runtime/bin"
RUN corepack enable

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

0 comments on commit cca5ab9

Please sign in to comment.