Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -17,6 +17,9 @@ RUN npm install
|
|
17 |
|
18 |
RUN npm run build
|
19 |
|
|
|
|
|
|
|
20 |
# Command to start the application
|
21 |
CMD ["npm", "run", "start"]
|
22 |
# CMD ["--host", "0.0.0.0", "--port", "7860"]
|
|
|
17 |
|
18 |
RUN npm run build
|
19 |
|
20 |
+
# Entrypoint
|
21 |
+
ENTRYPOINT ["npm", "run", "start"]
|
22 |
+
|
23 |
# Command to start the application
|
24 |
CMD ["npm", "run", "start"]
|
25 |
# CMD ["--host", "0.0.0.0", "--port", "7860"]
|