Updated to ensure this still works

This commit is contained in:
2025-11-25 10:46:20 +11:00
parent 3fec1927c2
commit b28464117c
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ RUN npm install
COPY . /app
EXPOSE 4000
ENTRYPOINT ["bash", "-c"]
CMD ["npm start"]
CMD ["sleep 10 && npm start"]