init
Browse files- 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", "
|
|
|
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"]
|