xiaohua1011 commited on
Commit
72f6a01
1 Parent(s): 3d1af95

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,2 +1,5 @@
1
  FROM gufanxiaoshao/typing-word:latest
 
 
 
2
  EXPOSE 3000
 
1
  FROM gufanxiaoshao/typing-word:latest
2
+ RUN chmod -R 777 /root/typing-word
3
+ RUN chmod -R 777 /root/typing-word/package.json
4
+
5
  EXPOSE 3000