Skip to content

Commit

Permalink
set folder permissions to 777
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Aug 3, 2024
1 parent bfa9f06 commit a739226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN apt-get update && apt-get install -y vim
RUN useradd --create-home --shell /bin/bash genie
RUN mkdir /home/genie/app
COPY Project.toml /home/genie/app/
RUN chmod -R 777 /home/genie/app
WORKDIR /home/genie/app
RUN chown -R genie:genie /home/
USER genie
Expand Down

0 comments on commit a739226

Please sign in to comment.