mirror of
https://github.com/nikdoof/simple-webfinger.git
synced 2025-12-13 10:22:15 +00:00
Update default port for the container to match previous config
This commit is contained in:
@@ -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"]
|
||||||
Reference in New Issue
Block a user