Use stderr log instead of file log

Change-Id: Ib8a708f2c41096698eaebf302ba28cbfdfbd3a47
This commit is contained in:
okozachenko 2020-06-06 02:37:59 +03:00
parent d421fc1107
commit 6487e1e10a
1 changed files with 0 additions and 2 deletions

View File

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