gabcares commited on
Commit
b8ad17a
·
verified ·
1 Parent(s): 7a79aa2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ RUN chmod -R 777 /client/requests_cache
36
  COPY . .
37
 
38
  # Set the permissions data directory
39
- RUN chmod -R 777 /client/data/
40
 
41
  # Expose app port
42
  EXPOSE 7860
 
36
  COPY . .
37
 
38
  # Set the permissions data directory
39
+ RUN chmod -R 777 /client/data
40
 
41
  # Expose app port
42
  EXPOSE 7860