Tschoui commited on
Commit
8336c2a
·
verified ·
1 Parent(s): 84c6fd8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -26,8 +26,8 @@ WORKDIR $HOME/app
26
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
27
  COPY --chown=user . $HOME/app
28
 
29
- # cgjs
30
- RUN chmod u+x $HOME/app/run.sh
31
 
32
 
33
  CMD ["./run.sh"]
 
26
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
27
  COPY --chown=user . $HOME/app
28
 
29
+ # cgjs, u+x
30
+ RUN chmod 777 $HOME/app/run.sh
31
 
32
 
33
  CMD ["./run.sh"]