Switch to debug server

This commit is contained in:
2025-01-24 13:03:38 +00:00
parent 47ccaef3ad
commit 3779ab233b

View File

@@ -27,4 +27,5 @@ EXPOSE 3000
HEALTHCHECK --interval=30s --timeout=5s --start-period=60s --retries=3 \
CMD curl -f http://localhost:3000/health || exit 1
ENTRYPOINT ["bun", "/var/www/site/index.js"]
# ENTRYPOINT ["bun", "/var/www/site/index.js"]
ENTRYPOINT ["bun", "run", "dev"]