Skip to content

Commit

Permalink
typo in chmod path
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal committed Jan 9, 2025
1 parent 65a1155 commit b37a697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ COPY --from=frontend ./app/dist/index.html ./gwells/templates/

# 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/static
RUN chmod -R 777 /app/staticfiles
# RUN python3 -m pip install -r requirements.txt

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

0 comments on commit b37a697

Please sign in to comment.