xmrt commited on
Commit
a682a1b
·
1 Parent(s): ecc17fe
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,4 +48,4 @@ WORKDIR $HOME/app
48
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
49
  COPY --chown=user . $HOME/app
50
 
51
- CMD ["python3", "main.py"]
 
48
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
49
  COPY --chown=user . $HOME/app
50
 
51
+ CMD ["python3", "main_noweb.py"]