oceansweep commited on
Commit
a237dbe
·
verified ·
1 Parent(s): e89ac7a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,6 +44,6 @@ RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
44
  WORKDIR $HOME/app
45
 
46
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
47
- COPY --chown=user . $HOME/app
48
 
49
  CMD ["python3", "app.py"]
 
44
  WORKDIR $HOME/app
45
 
46
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
47
+ COPY --chown=$USER . $HOME/app
48
 
49
  CMD ["python3", "app.py"]