SimFG commited on
Commit
9eb8d33
·
1 Parent(s): 09f15fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN id
22
 
23
  RUN mkdir -p /.cache && \
24
  chmod -R 777 /.cache /root/.local && \
25
- chown -R 1000:0 /root/.local/bin/poetry
26
 
27
  # Expose the port the app runs on
28
  EXPOSE 7860
 
22
 
23
  RUN mkdir -p /.cache && \
24
  chmod -R 777 /.cache /root/.local && \
25
+ chown -R 1000:0 /root/.local
26
 
27
  # Expose the port the app runs on
28
  EXPOSE 7860