Spaces:
Sleeping
Sleeping
Valentin De Matos
commited on
Commit
·
8a8d675
1
Parent(s):
216dfcf
V0
Browse filesSigned-off-by: Valentin De Matos <[email protected]>
- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -22,5 +22,6 @@ ENV HOME=/home/user \
|
|
22 |
|
23 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
24 |
# COPY --chown=user . $HOME/app
|
|
|
25 |
|
26 |
CMD ["python", "main.py"]
|
|
|
22 |
|
23 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
24 |
# COPY --chown=user . $HOME/app
|
25 |
+
COPY --chown=user . /code
|
26 |
|
27 |
CMD ["python", "main.py"]
|