feat: Add frontend Dockerfile for containerized builds and update reverse proxy to use latest Nginx image.

This commit is contained in:
Elmar Kresse
2025-11-22 16:45:38 +01:00
parent 0d05b0240b
commit 48926233d5
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ COPY . ./
# production stage
# https://hub.docker.com/r/bitnami/nginx -> always run as non-root user
FROM docker.io/bitnami/nginx:1.28 AS prod
FROM docker.io/bitnami/nginx:latest AS prod
# copy build files from build container
COPY ./nginx.conf /opt/bitnami/nginx/conf/nginx.conf