xiaohua1011 commited on
Commit
315f5d1
1 Parent(s): 590a133

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -1,7 +1,4 @@
1
  FROM gufanxiaoshao/typing-word:latest
2
  FROM node
3
- COPY . /root/typing-word
4
- WORKDIR /root/typing-word
5
- EXPOSE 3000
6
  RUN npm install
7
- CMD ["npm", "start"]
 
1
  FROM gufanxiaoshao/typing-word:latest
2
  FROM node
 
 
 
3
  RUN npm install
4
+ EXPOSE 3000