This commit is contained in:
Mateleo 2024-11-22 15:06:21 +01:00
parent f3b636b210
commit c7c8788d5b

View File

@ -20,6 +20,7 @@ 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
EXPOSE 1119
# Start the application # Start the application
ENTRYPOINT ["./Blizzless"] ENTRYPOINT ["./Blizzless"]