rolled back problematic commit changes

This commit is contained in:
Ricard Bejarano 2019-05-29 22:22:39 +02:00
parent 156817294d
commit 49c22253e8
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19
9 changed files with 4 additions and 6 deletions

View file

@ -17,8 +17,8 @@ ARG NGINX_CONFIG="\
--sbin-path=/nginx \
--conf-path=/etc/nginx/nginx.conf \
--pid-path=/tmp/nginx.pid \
--http-log-path=/dev/stdout \
--error-log-path=/dev/stdout \
--http-log-path=/dev/null \
--error-log-path=/dev/null \
--http-client-body-temp-path=/tmp/client_temp \
--http-proxy-temp-path=/tmp/proxy_temp \
--http-fastcgi-temp-path=/tmp/fastcgi_temp \
@ -74,7 +74,6 @@ COPY --from=build /tmp/nginx/objs/nginx /nginx
COPY rootfs /
USER nginx:nginx
WORKDIR /
EXPOSE 80/tcp
STOPSIGNAL SIGTERM

View file

@ -17,8 +17,8 @@ ARG NGINX_CONFIG="\
--sbin-path=/nginx \
--conf-path=/etc/nginx/nginx.conf \
--pid-path=/tmp/nginx.pid \
--http-log-path=/dev/stdout \
--error-log-path=/dev/stdout \
--http-log-path=/dev/null \
--error-log-path=/dev/null \
--http-client-body-temp-path=/tmp/client_temp \
--http-proxy-temp-path=/tmp/proxy_temp \
--http-fastcgi-temp-path=/tmp/fastcgi_temp \
@ -63,7 +63,6 @@ COPY --from=build /tmp/nginx/objs/nginx /nginx
COPY rootfs /
USER nginx:nginx
WORKDIR /
EXPOSE 80/tcp
STOPSIGNAL SIGTERM

0
rootfs/etc/group Normal file → Executable file
View file

0
rootfs/etc/nginx/html/50x.html Normal file → Executable file
View file

0
rootfs/etc/nginx/html/index.html Normal file → Executable file
View file

0
rootfs/etc/nginx/mime.types Normal file → Executable file
View file

0
rootfs/etc/nginx/nginx.conf Normal file → Executable file
View file

0
rootfs/etc/passwd Normal file → Executable file
View file

0
rootfs/tmp/.keep Normal file → Executable file
View file