Skip to content

Commit

Permalink
add new chmod with recursive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal committed Jan 9, 2025
1 parent e385400 commit 558746f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ COPY --from=frontend ./app/dist/index.html ./gwells/templates/
# COPY /backend/startup.sh /docker-entrypoint-initdb.d/

# RUN chmod +x load_fixtures.sh works when i pull the dockerfile into backend but not when dockerfile is with other docker files
RUN chmod +x /app
RUN chmod -R 777 /app
RUN chmod -R +x /app
# RUN chmod -R 777 /app
# RUN python3 -m pip install -r requirements.txt

RUN python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit 558746f

Please sign in to comment.