Access log to stdout for the container version

This commit is contained in:
2025-02-23 22:02:30 +00:00
parent e981c1d33d
commit bc26cd1a48

View File

@@ -31,4 +31,4 @@ COPY --from=builder /runtime /usr/local
COPY . /app
WORKDIR /app
EXPOSE 8000/tcp
CMD ["/usr/local/bin/gunicorn", "ohayodash.app:app", "-b", "0.0.0.0:80"]
CMD ["/usr/local/bin/gunicorn", "ohayodash.app:app", "-b", "0.0.0.0:80", "--access-logfile", "-"]