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

This commit is contained in:
Aditya Prima 2024-07-23 19:52:26 +07:00
parent 752d3be47b
commit 26b7057e42
2 changed files with 1 additions and 3 deletions

View File

@ -20,8 +20,6 @@ ADD ./etc/nginx/conf.d /etc/nginx/conf.d
ADD ./app .
RUN mkdir -p /var/run/nginx
# CLEAR CACHE
RUN apk del curl && \
rm -rf /var/cache/apk/*

View File

@ -10,7 +10,7 @@ worker_rlimit_nofile 100000;
# Set log to stderr
error_log stderr warn;
pid /var/run/nginx/nginx.pid;
pid /var/run/nginx.pid;
include /etc/nginx/modules/*.conf;