rolled back problematic commit changes
This commit is contained in:
parent
156817294d
commit
49c22253e8
9 changed files with 4 additions and 6 deletions
|
@ -17,8 +17,8 @@ ARG NGINX_CONFIG="\
|
||||||
--sbin-path=/nginx \
|
--sbin-path=/nginx \
|
||||||
--conf-path=/etc/nginx/nginx.conf \
|
--conf-path=/etc/nginx/nginx.conf \
|
||||||
--pid-path=/tmp/nginx.pid \
|
--pid-path=/tmp/nginx.pid \
|
||||||
--http-log-path=/dev/stdout \
|
--http-log-path=/dev/null \
|
||||||
--error-log-path=/dev/stdout \
|
--error-log-path=/dev/null \
|
||||||
--http-client-body-temp-path=/tmp/client_temp \
|
--http-client-body-temp-path=/tmp/client_temp \
|
||||||
--http-proxy-temp-path=/tmp/proxy_temp \
|
--http-proxy-temp-path=/tmp/proxy_temp \
|
||||||
--http-fastcgi-temp-path=/tmp/fastcgi_temp \
|
--http-fastcgi-temp-path=/tmp/fastcgi_temp \
|
||||||
|
@ -74,7 +74,6 @@ COPY --from=build /tmp/nginx/objs/nginx /nginx
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
USER nginx:nginx
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
|
|
|
@ -17,8 +17,8 @@ ARG NGINX_CONFIG="\
|
||||||
--sbin-path=/nginx \
|
--sbin-path=/nginx \
|
||||||
--conf-path=/etc/nginx/nginx.conf \
|
--conf-path=/etc/nginx/nginx.conf \
|
||||||
--pid-path=/tmp/nginx.pid \
|
--pid-path=/tmp/nginx.pid \
|
||||||
--http-log-path=/dev/stdout \
|
--http-log-path=/dev/null \
|
||||||
--error-log-path=/dev/stdout \
|
--error-log-path=/dev/null \
|
||||||
--http-client-body-temp-path=/tmp/client_temp \
|
--http-client-body-temp-path=/tmp/client_temp \
|
||||||
--http-proxy-temp-path=/tmp/proxy_temp \
|
--http-proxy-temp-path=/tmp/proxy_temp \
|
||||||
--http-fastcgi-temp-path=/tmp/fastcgi_temp \
|
--http-fastcgi-temp-path=/tmp/fastcgi_temp \
|
||||||
|
@ -63,7 +63,6 @@ COPY --from=build /tmp/nginx/objs/nginx /nginx
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
USER nginx:nginx
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
|
|
0
rootfs/etc/group
Normal file → Executable file
0
rootfs/etc/group
Normal file → Executable file
0
rootfs/etc/nginx/html/50x.html
Normal file → Executable file
0
rootfs/etc/nginx/html/50x.html
Normal file → Executable file
0
rootfs/etc/nginx/html/index.html
Normal file → Executable file
0
rootfs/etc/nginx/html/index.html
Normal file → Executable file
0
rootfs/etc/nginx/mime.types
Normal file → Executable file
0
rootfs/etc/nginx/mime.types
Normal file → Executable file
0
rootfs/etc/nginx/nginx.conf
Normal file → Executable file
0
rootfs/etc/nginx/nginx.conf
Normal file → Executable file
0
rootfs/etc/passwd
Normal file → Executable file
0
rootfs/etc/passwd
Normal file → Executable file
0
rootfs/tmp/.keep
Normal file → Executable file
0
rootfs/tmp/.keep
Normal file → Executable file
Loading…
Add table
Reference in a new issue