rishikumar20202023 commited on
Commit
4ce089b
·
verified ·
1 Parent(s): ac8a3b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,9 +32,9 @@ RUN apt-get -qqy update \
32
 
33
 
34
  # RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
35
- RUN chmod -R 777 /app
36
 
37
  WORKDIR /app
 
38
 
39
 
40
  COPY requirements.txt /app
 
32
 
33
 
34
  # RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
 
35
 
36
  WORKDIR /app
37
+ RUN chmod -R 777 /app
38
 
39
 
40
  COPY requirements.txt /app