Spaces:
Runtime error
Runtime error
test
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -24,5 +24,5 @@ WORKDIR $HOME/app
|
|
| 24 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 25 |
COPY --chown=user . $HOME/app
|
| 26 |
|
| 27 |
-
|
| 28 |
-
RUN main.py
|
|
|
|
| 24 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 25 |
COPY --chown=user . $HOME/app
|
| 26 |
|
| 27 |
+
CMD ["python", "main.py"]
|
| 28 |
+
#RUN main.py
|