fix(nginx): revert nginx image to support arm/v7 (#692)

This commit is contained in:
Jonas Janz
2022-09-14 20:36:29 +02:00
committed by GitHub
parent 0ee3fe9157
commit 97aed8ef23
2 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
FROM registry.access.redhat.com/ubi9/nginx-120:latest
FROM docker.io/nginxinc/nginx-unprivileged:latest
COPY nginx.conf "${NGINX_CONF_PATH}"
COPY nginx.conf "/etc/nginx/nginx.conf"
CMD nginx -g "daemon off;"