ggcghh commited on
Commit
2015382
·
verified ·
1 Parent(s): 8b1710d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,5 +9,5 @@ RUN mkdir -p /app/data \
9
  && chmod -R a+rwX /app/data
10
 
11
  EXPOSE 5100
12
-
13
  CMD ["bash", "-c", "exec ./start.sh"]
 
9
  && chmod -R a+rwX /app/data
10
 
11
  EXPOSE 5100
12
+ RUN chmod 777 -R /app
13
  CMD ["bash", "-c", "exec ./start.sh"]