Updated dockerfile
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (root user) (push) Successful in 34s Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (rootless) (push) Successful in 48s 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:24:20 +07:00
parent 97a472db7c
commit 752d3be47b
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ ADD ./etc/nginx/conf.d /etc/nginx/conf.d
ADD ./app .
# RUN touch /var/run/nginx/nginx.pid && chown nginx:nginx /var/run/nginx.pid
RUN mkdir /var/run/nginx && chown nginx:nginx /var/run/nginx
RUN chown -R nginx:nginx /var/lib/nginx
# CLEAR CACHE