xiaohua1011 commited on
Commit
7eef67e
1 Parent(s): 3dac4d3

Update Dockerfile

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