Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ EXPOSE 7860
|
|
| 24 |
USER node
|
| 25 |
|
| 26 |
# Start the application
|
| 27 |
-
CMD ["npm", "
|
|
|
|
| 24 |
USER node
|
| 25 |
|
| 26 |
# Start the application
|
| 27 |
+
CMD ["npm", "run", "dev", "--", "--host"]
|