This commit is contained in:
Mateleo 2024-11-22 14:16:37 +01:00
parent e0c086e7ed
commit 9a7a619ccb

View File

@ -19,7 +19,7 @@ WORKDIR /app
COPY --from=build /app/publish .
# Expose the port your application is running on (if needed)
EXPOSE 5000
EXPOSE 1345
# Start the application
ENTRYPOINT ["./Blizzless"]