Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,4 +41,4 @@ WORKDIR $HOME/app
|
|
41 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
42 |
COPY --chown=user . $HOME/app
|
43 |
CMD ["pip" "install", "-r", "requirements"]
|
44 |
-
CMD ["python", "
|
|
|
41 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
42 |
COPY --chown=user . $HOME/app
|
43 |
CMD ["pip" "install", "-r", "requirements"]
|
44 |
+
CMD ["python", "main.py"]
|