Valentin De Matos commited on
Commit
8a8d675
·
1 Parent(s): 216dfcf

Signed-off-by: Valentin De Matos <[email protected]>

Files changed (1) hide show
  1. 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"]