Skip to content

Commit

Permalink
fix app write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel authored Jan 29, 2025
1 parent fc31c9b commit 13828be
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 @@ -35,7 +35,7 @@ COPY ./bioimageio_colab /app/bioimageio_colab
COPY ./data/example_image.tif /app/data/example_image.tif

# Change ownership of the application directory to the non-root user
RUN chown -R bioimageio_colab:bioimageio_colab /app/ && chmod u+w /app/
RUN chown -R bioimageio_colab:bioimageio_colab /app/ && chmod 777 /app/

# Switch to the non-root user
USER bioimageio_colab
Expand Down

0 comments on commit 13828be

Please sign in to comment.