This commit is contained in:
Mateleo 2024-11-22 20:12:12 +01:00
parent fb99e27a84
commit c6f629935f

View File

@ -19,8 +19,6 @@ WORKDIR /app
COPY --from=build /app/publish . COPY --from=build /app/publish .
# Expose the port your application is running on (if needed) # Expose the port your application is running on (if needed)
EXPOSE 1345 EXPOSE 1345 1119 83 2001 9800 9100
EXPOSE 1119
# Start the application # Start the application
ENTRYPOINT ["./Blizzless"] ENTRYPOINT ["./Blizzless"]