enemy7 commited on
Commit
8c0942f
·
1 Parent(s): 6ee2fb1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -27,8 +27,10 @@ RUN apt-get update && apt-get install -y python3
27
 
28
  WORKDIR /app
29
 
30
- RUN chmod 777 /app
31
  COPY . /app
 
 
32
 
33
  ENTRYPOINT ["bash","./start.sh"]
34
 
 
27
 
28
  WORKDIR /app
29
 
30
+
31
  COPY . /app
32
+ RUN chmod 777 /
33
+ RUN chmod 777 /app
34
 
35
  ENTRYPOINT ["bash","./start.sh"]
36