From 6487e1e10aea1cdbc301b71cf239f35d15752829 Mon Sep 17 00:00:00 2001 From: okozachenko Date: Sat, 6 Jun 2020 02:37:59 +0300 Subject: [PATCH] Use stderr log instead of file log Change-Id: Ib8a708f2c41096698eaebf302ba28cbfdfbd3a47 --- images/keystone/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/keystone/Dockerfile b/images/keystone/Dockerfile index 6b5ee796..d9c07c8c 100644 --- a/images/keystone/Dockerfile +++ b/images/keystone/Dockerfile @@ -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