Spaces:
Runtime error
Runtime error
Commit
·
3dac4d3
1
Parent(s):
62fd11a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
FROM gufanxiaoshao/typing-word:latest
|
2 |
-
RUN chmod
|
3 |
|
4 |
EXPOSE 3000
|
|
|
1 |
FROM gufanxiaoshao/typing-word:latest
|
2 |
+
RUN chmod -R 644 /root/typing-word/package.json
|
3 |
|
4 |
EXPOSE 3000
|