Spaces:
Runtime error
Runtime error
xiaohua1011
commited on
Commit
·
315f5d1
1
Parent(s):
590a133
Update Dockerfile
Browse files- 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 |
-
|
|
|
1 |
FROM gufanxiaoshao/typing-word:latest
|
2 |
FROM node
|
|
|
|
|
|
|
3 |
RUN npm install
|
4 |
+
EXPOSE 3000
|