dkdaniz commited on
Commit
908a02d
1 Parent(s): 04b42c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -46,6 +46,5 @@ WORKDIR $HOME/app
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
  COPY --chown=user ./localGPTUI $HOME/app/localGPTUI
49
- COPY
50
 
51
  CMD ["python", "app.py"]
 
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
  COPY --chown=user ./localGPTUI $HOME/app/localGPTUI
 
49
 
50
  CMD ["python", "app.py"]