ezequiellopez commited on
Commit
95871f8
·
1 Parent(s): c3b8ebb

fixing dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN ls
32
 
33
  ### Update permissions for the app
34
  USER root
35
- RUN chmod 777 ./app
36
  USER user
37
 
38
  # Expose port 7860 for the application
 
32
 
33
  ### Update permissions for the app
34
  USER root
35
+ RUN chmod 777 .
36
  USER user
37
 
38
  # Expose port 7860 for the application