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