darshan8950 commited on
Commit
661ffd6
·
1 Parent(s): 7a11845

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -20,7 +20,8 @@ COPY . .
20
  RUN mkdir -p /code/instance \
21
  && chmod 777 /code/instance \
22
  && mkdir -p /code/media \
23
- && chmod 777 /code/media
 
24
 
25
  # Create a non-root user and switch to it
26
  RUN useradd -ms /bin/bash myuser
 
20
  RUN mkdir -p /code/instance \
21
  && chmod 777 /code/instance \
22
  && mkdir -p /code/media \
23
+ && chmod 777 /code/media \
24
+ && chmod 777 /code
25
 
26
  # Create a non-root user and switch to it
27
  RUN useradd -ms /bin/bash myuser