From 9a7a619ccbbecb89dced06d5bb33f546be4eb342 Mon Sep 17 00:00:00 2001 From: Mateleo Date: Fri, 22 Nov 2024 14:16:37 +0100 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f288929..3daab39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file