From faae6ec93090a47b5c68d155da7f58b176968cbc Mon Sep 17 00:00:00 2001 From: Tobias Hopp Date: Wed, 16 Apr 2025 10:35:51 +0200 Subject: [PATCH] Fix Dockerfile cmd run --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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