chansung commited on
Commit
c779ec3
·
1 Parent(s): e7eddf7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,6 +22,6 @@ ENV DISCORD_BOT_LOAD_MODE=CPU
22
  COPY health_check.py health_check.py
23
  COPY entry_script.sh entry_script.sh
24
 
25
- RUN chmod -R 777 entry_script.sh
26
 
27
  CMD ./entry_script.sh
 
22
  COPY health_check.py health_check.py
23
  COPY entry_script.sh entry_script.sh
24
 
25
+ RUN /bin/bash -c 'chmod -R +x ./entry_script.sh'
26
 
27
  CMD ./entry_script.sh