From c7c8788d5b178e84e3700c08e9d260489efdfdcc Mon Sep 17 00:00:00 2001 From: Mateleo Date: Fri, 22 Nov 2024 15:06:21 +0100 Subject: [PATCH] test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3daab39..2de2c54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ COPY --from=build /app/publish . # Expose the port your application is running on (if needed) EXPOSE 1345 +EXPOSE 1119 # Start the application ENTRYPOINT ["./Blizzless"] \ No newline at end of file