diff --git a/Dockerfile b/Dockerfile index 7cf8099..902ac95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]