Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,4 +39,4 @@ WORKDIR $HOME/app
|
|
39 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
40 |
COPY --chown=user . $HOME/app
|
41 |
|
42 |
-
CMD ["python3", "
|
|
|
39 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
40 |
COPY --chown=user . $HOME/app
|
41 |
|
42 |
+
CMD ["python3", "app.py"]
|