Fixed demo/app.py path in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -46,4 +46,4 @@ WORKDIR $HOME/app
|
|
46 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
47 |
COPY --chown=user . $HOME/app
|
48 |
|
49 |
-
CMD ["python3.7", "app.py"]
|
|
|
46 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
47 |
COPY --chown=user . $HOME/app
|
48 |
|
49 |
+
CMD ["python3.7", "demo/app.py"]
|