From df4b5e056f5347205169058a8bac35d1ac186e35 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 17 Aug 2024 10:29:53 +0100 Subject: [PATCH] Update default port for the container to match previous config --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5944c22..25e2cbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ FROM base AS runtime COPY --from=builder /runtime /usr/local COPY . /app WORKDIR /app -CMD ["/usr/local/bin/uwsgi", "-w", "simple_webfinger.app:create_app()", "--master", "--http", "0.0.0.0:80"] \ No newline at end of file +CMD ["/usr/local/bin/uwsgi", "-w", "simple_webfinger.app:create_app()", "--master", "--http", "0.0.0.0:8000"] \ No newline at end of file