mirror of
https://github.com/nikdoof/simple-webfinger.git
synced 2025-12-13 10:22:15 +00:00
Fix Gunicorn config in Docker
This commit is contained in:
@@ -31,4 +31,4 @@ COPY --from=builder /runtime /usr/local
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
EXPOSE 8000/tcp
|
||||
CMD ["/usr/local/bin/gunicorn", "simple_webfinger.app:create_app()"]
|
||||
CMD ["/usr/local/bin/gunicorn", "simple_webfinger.app:create_app()", "-b", "0.0.0.0:8000"]
|
||||
Reference in New Issue
Block a user