Spaces:
Runtime error
Runtime error
jsaplication
commited on
Commit
•
3e35f7e
1
Parent(s):
2de86ab
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,4 +32,4 @@ COPY --chown=user . $HOME/app
|
|
32 |
|
33 |
EXPOSE 7860 1935 8000
|
34 |
|
35 |
-
CMD [ "npm", "run", "start" ]
|
|
|
32 |
|
33 |
EXPOSE 7860 1935 8000
|
34 |
|
35 |
+
CMD [ "npm", "run", "start" ]
|