Spaces:
Running
Running
imseldrith
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ COPY . .
|
|
15 |
EXPOSE 7860
|
16 |
|
17 |
# Define the command to run your app
|
18 |
-
CMD ["
|
|
|
15 |
EXPOSE 7860
|
16 |
|
17 |
# Define the command to run your app
|
18 |
+
CMD ["npm", "start"]
|