From c324f5cc52cd52972e51d94e859f88cdec1543f3 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 12 May 2020 14:09:46 -0400 Subject: [PATCH] Use the default port instead of getting weird about it --- build/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 37b5af69bf..aa852c81e0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -61,11 +61,10 @@ RUN apt-get update \ gcc-multilib \ && rm -rf /var/lib/apt/lists/* -EXPOSE 80 +EXPOSE 5000 ENV General__ValidInstancePaths__0 /tgs4_instances ENV FileLogging__Directory /tgs_logs -ENV Kestrel__EndPoints__Http__Url http://0.0.0.0:80 WORKDIR /app