Skip to content

Commit

Permalink
Update dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Sep 24, 2024
1 parent bac3686 commit 0d2919e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ COPY . /app
COPY ./requirements.txt /requirements.txt

# 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 +x /app
RUN chmod +wx /app

# RUN python3 -m pip install -r requirements.txt

Expand Down

0 comments on commit 0d2919e

Please sign in to comment.