Spaces:
Sleeping
Sleeping
Trần Viết Sơn
commited on
Commit
·
8924841
1
Parent(s):
5214eaa
fix docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ EXPOSE 3000
|
|
25 |
|
26 |
# Command to run the application
|
27 |
ENTRYPOINT ["./entrypoint.sh"]
|
28 |
-
CMD ["npm", "run", "start
|
|
|
25 |
|
26 |
# Command to run the application
|
27 |
ENTRYPOINT ["./entrypoint.sh"]
|
28 |
+
CMD ["npm", "run", "start"]
|