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