mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 12:02:26 +01:00
feat: Add frontend Dockerfile for containerized builds and update reverse proxy to use latest Nginx image.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user