diff --git a/Dockerfile b/Dockerfile index e6436f0..b16d569 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,4 +60,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \ CMD curl -f http://localhost:$PORT/api/health || exit 1 # Start the application -CMD ["bun", "run", "start"] \ No newline at end of file +CMD ["bun", "dist/server.js"] \ No newline at end of file