Shubham Krishna commited on
Commit
5a93871
1 Parent(s): 3c43a5a

Give permission

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -17,5 +17,7 @@ COPY . .
17
 
18
  EXPOSE 7860
19
 
 
 
20
  CMD ["python", "./hello_world/app.py"]
21
 
 
17
 
18
  EXPOSE 7860
19
 
20
+ RUN chmod 777 /hello_world
21
+
22
  CMD ["python", "./hello_world/app.py"]
23