Skip to content

Commit

Permalink
Merge pull request #821 from joshdentremont/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile to work with MacOS
  • Loading branch information
mjordan authored Sep 11, 2024
2 parents c787245 + 7509ebb commit 7f7aafa
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 @@ -30,7 +30,7 @@ WORKDIR /workbench
COPY . /workbench/

# Set ownership and permissions for the non-root user
RUN chown -R dockeruser:dockeruser /workbench
RUN chown -R $USER_ID:$GROUP_ID /workbench

# Set the PATH environment variable to include .local/bin
ENV PATH=/home/dockeruser/.local/bin:$PATH
Expand Down

0 comments on commit 7f7aafa

Please sign in to comment.