From 14fd9f55ce69e15ed4665d224b19f4c2a01b784e Mon Sep 17 00:00:00 2001 From: bdnugget Date: Wed, 18 Sep 2024 20:25:02 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3311d31..816fba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ COPY --from=build /app/main /main EXPOSE 1337 # Run the command to start the application -CMD ["/main"] \ No newline at end of file +CMD ["main"] \ No newline at end of file