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
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:
parent
97a472db7c
commit
752d3be47b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue