updating docker compose

This commit is contained in:
2025-12-29 22:36:46 -06:00
parent cf8e50fb9c
commit f3c7fb8853
4 changed files with 7 additions and 8 deletions

View File

@@ -14,5 +14,5 @@ RUN chmod +x ./app/entrypoint.sh
EXPOSE 3000
CMD ["./app/entrypoint.sh"]
# ENTRYPOINT ["tail", "-f", "/dev/null"]
# CMD ["./app/entrypoint.sh"]
ENTRYPOINT ["tail", "-f", "/dev/null"]