minnehwg commited on
Commit
bb82ac6
1 Parent(s): 4b73186

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -27,7 +27,5 @@ WORKDIR $HOME/app
27
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
28
  COPY --chown=user . $HOME/app
29
 
30
- # Copy util.py into the container
31
- COPY --chown=user util.py $HOME/app/util.py
32
 
33
  CMD ["python", "app.py"]
 
27
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
28
  COPY --chown=user . $HOME/app
29
 
 
 
30
 
31
  CMD ["python", "app.py"]