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