Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ RUN npm run build
|
|
21 |
EXPOSE 7860
|
22 |
|
23 |
# Entrypoint
|
24 |
-
ENTRYPOINT ["npm", "run", "start"]
|
25 |
|
26 |
# Command to start the application
|
27 |
CMD ["npm", "run", "start"]
|
|
|
21 |
EXPOSE 7860
|
22 |
|
23 |
# Entrypoint
|
24 |
+
# ENTRYPOINT ["npm", "run", "start"]
|
25 |
|
26 |
# Command to start the application
|
27 |
CMD ["npm", "run", "start"]
|