Update default port for the container to match previous config

This commit is contained in:
2024-08-17 10:29:53 +01:00
parent 9c42d3d8c3
commit df4b5e056f

View File

@@ -30,4 +30,4 @@ FROM base AS runtime
COPY --from=builder /runtime /usr/local COPY --from=builder /runtime /usr/local
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
CMD ["/usr/local/bin/uwsgi", "-w", "simple_webfinger.app:create_app()", "--master", "--http", "0.0.0.0:80"] CMD ["/usr/local/bin/uwsgi", "-w", "simple_webfinger.app:create_app()", "--master", "--http", "0.0.0.0:8000"]