Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -31,4 +31,6 @@ WORKDIR $HOME/app
|
|
31 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
32 |
COPY --chown=user . $HOME/app
|
33 |
|
|
|
|
|
34 |
CMD ["python3", "app.py"]
|
|
|
31 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
32 |
COPY --chown=user . $HOME/app
|
33 |
|
34 |
+
RUN echo "Hello from Dockerfile!"
|
35 |
+
|
36 |
CMD ["python3", "app.py"]
|