dkdaniz commited on
Commit
a9069a8
1 Parent(s): 8aa0c31

Update Dockerfile

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