Files
siembol/deployment/docker/Dockerfile.config-editor-ui
dependabot[bot] 2ee91237a9 Bump nginxinc/nginx-unprivileged in /deployment/docker (#741)
Bumps nginxinc/nginx-unprivileged from 1.23.0-alpine to 1.23.1-alpine.

---
updated-dependencies:
- dependency-name: nginxinc/nginx-unprivileged
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 09:19:07 +01:00

4 lines
145 B
Docker

FROM nginxinc/nginx-unprivileged:1.23.1-alpine
COPY config-editor-ui /usr/share/nginx/html
COPY nginx-server.conf /etc/nginx/conf.d/default.conf