hujameson commited on
Commit
4f1cbd2
·
verified ·
1 Parent(s): b0060a3

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -21,11 +21,11 @@ WORKDIR /app
21
  COPY . /app
22
 
23
  RUN mkdir -p /app/hub
24
- RUN chmod -R 777 /app
25
  RUN chown -R appuser /app
26
 
27
 
28
- # RUN chmod 777 /app/hub
29
  # RUN chown appuser /app/hub
30
 
31
  # Creates a non-root user with an explicit UID and adds permission to access the /app folder
 
21
  COPY . /app
22
 
23
  RUN mkdir -p /app/hub
24
+ RUN chmod 777 /app
25
  RUN chown -R appuser /app
26
 
27
 
28
+ RUN chmod 777 /app/hub
29
  # RUN chown appuser /app/hub
30
 
31
  # Creates a non-root user with an explicit UID and adds permission to access the /app folder