Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -50,4 +50,5 @@ WORKDIR $HOME/app
|
|
50 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
51 |
COPY --chown=user . $HOME/app
|
52 |
|
53 |
-
CMD ["
|
|
|
|
50 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
51 |
COPY --chown=user . $HOME/app
|
52 |
|
53 |
+
CMD ["/bin/bash"]
|
54 |
+
# CMD ["python3", "app/appy.py"]
|