duongve commited on
Commit
775e37e
·
1 Parent(s): c0efa5a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY ./main.py /code
10
  COPY ./images /code/images
11
  COPY ./static /code/static
12
 
13
- RUN chmod -R 755 /code/images
14
 
15
  EXPOSE 7860
16
 
 
10
  COPY ./images /code/images
11
  COPY ./static /code/static
12
 
13
+ RUN chmod 777 /code/images
14
 
15
  EXPOSE 7860
16