Skip to content

Commit

Permalink
Windows docker doesn't believe in chmod +x but linux docker does?
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobular committed Apr 28, 2020
1 parent 971f6c7 commit 9795569
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 @@ -9,6 +9,7 @@ COPY bot ./bot/
COPY database ./database/
COPY run_all.sh ./run_all.sh
RUN chmod +x ./run_all.sh
RUN chmod +x ./api/prod_run.sh

EXPOSE 8000

Expand Down

0 comments on commit 9795569

Please sign in to comment.