Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -67,5 +67,5 @@ USER admin
|
|
| 67 |
EXPOSE 7860
|
| 68 |
|
| 69 |
# Define the command to run the start script
|
| 70 |
-
CMD
|
| 71 |
|
|
|
|
| 67 |
EXPOSE 7860
|
| 68 |
|
| 69 |
# Define the command to run the start script
|
| 70 |
+
CMD npm start
|
| 71 |
|