Files
siembol/deployment/docker/Dockerfile.config-editor-ui
dependabot[bot] 4597242c5c Bump nginxinc/nginx-unprivileged in /deployment/docker (#827)
Bumps nginxinc/nginx-unprivileged from 1.23.2-alpine to 1.23.3-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>
2023-01-06 14:05:33 +00:00

4 lines
145 B
Docker

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