Spaces:
Sleeping
Sleeping
fix: wtf is going on
Browse files- backend/Dockerfile +1 -1
backend/Dockerfile
CHANGED
@@ -26,4 +26,4 @@ EXPOSE 3000
|
|
26 |
|
27 |
# Command to run the application
|
28 |
ENTRYPOINT ["./entrypoint.sh"]
|
29 |
-
CMD ["npm", "run", "start
|
|
|
26 |
|
27 |
# Command to run the application
|
28 |
ENTRYPOINT ["./entrypoint.sh"]
|
29 |
+
CMD ["npm", "run", "start"]
|