Skip to content

Commit

Permalink
[BUG] Docker build: /app/generate_client.sh: Permission denied #21
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Apr 17, 2024
1 parent 6c433cd commit 66ec5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ COPY .flaskenv .

# Copy the bash scripts into the container.
COPY *.sh .
RUN chmod +x *.sh

RUN /bin/bash -c /app/generate_client.sh

Expand Down

0 comments on commit 66ec5e8

Please sign in to comment.