Updated root image
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (root user) (push) Successful in 42s
Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (rootless) (push) Successful in 39s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (Root User) (push) Successful in 12s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (rootless) (push) Successful in 13s
Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (root user) (push) Successful in 42s
Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (rootless) (push) Successful in 39s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (Root User) (push) Successful in 12s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (rootless) (push) Successful in 13s
Details
This commit is contained in:
parent
752d3be47b
commit
26b7057e42
|
@ -20,8 +20,6 @@ ADD ./etc/nginx/conf.d /etc/nginx/conf.d
|
||||||
|
|
||||||
ADD ./app .
|
ADD ./app .
|
||||||
|
|
||||||
RUN mkdir -p /var/run/nginx
|
|
||||||
|
|
||||||
# CLEAR CACHE
|
# CLEAR CACHE
|
||||||
RUN apk del curl && \
|
RUN apk del curl && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
|
@ -10,7 +10,7 @@ worker_rlimit_nofile 100000;
|
||||||
|
|
||||||
# Set log to stderr
|
# Set log to stderr
|
||||||
error_log stderr warn;
|
error_log stderr warn;
|
||||||
pid /var/run/nginx/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
|
||||||
include /etc/nginx/modules/*.conf;
|
include /etc/nginx/modules/*.conf;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue