Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ COPY . .
|
|
22 |
# Expose the port the app runs on
|
23 |
EXPOSE 7860
|
24 |
USER root
|
25 |
-
CMD ["node server.js"]
|
|
|
22 |
# Expose the port the app runs on
|
23 |
EXPOSE 7860
|
24 |
USER root
|
25 |
+
CMD ["node", "server.js"]
|