Merge "Use stderr log instead of file log"

This commit is contained in:
Zuul 2020-06-06 00:56:20 +00:00 committed by Gerrit Code Review
commit e053ab162f

View File

@ -26,8 +26,6 @@ COPY --from=builder /output/ /output
RUN apt update && apt -y install git && \ RUN apt update && apt -y install git && \
/output/install-from-bindep && \ /output/install-from-bindep && \
apt -y purge git && apt clean all apt -y purge git && apt clean all
RUN mkdir /var/log/keystone && \
chmod 777 -R /var/log/keystone
EXPOSE 5000 EXPOSE 5000
ENV UWSGI_HTTP_SOCKET=:5000 \ ENV UWSGI_HTTP_SOCKET=:5000 \
UWSGI_WSGI_FILE=/usr/local/bin/keystone-wsgi-public UWSGI_WSGI_FILE=/usr/local/bin/keystone-wsgi-public