diff --git a/Dockerfile b/Dockerfile index 8f91be7..468469f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["/usr/local/bin/gunicorn", "ohayodash.app:app", "-b", "0.0.0.0:80", "--access-logfile", "-"] \ No newline at end of file