dkdaniz commited on
Commit
fbd78db
1 Parent(s): d42a4e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -45,6 +45,6 @@ WORKDIR $HOME/app
45
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
46
  COPY --chown=user . $HOME/app
47
 
48
- RUN chmod +x ./run.sh
49
 
50
- CMD ./run.sh
 
45
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
46
  COPY --chown=user . $HOME/app
47
 
48
+ RUN chmod +x run.sh
49
 
50
+ CMD ["sh", "run.sh"]