Files
lingonpaj-site/Dockerfile
T
argoyle 37b2266727 fix: update nginx base image to version 1.27.4
Updates the Dockerfile to use the amd64/nginx:1.27.4 image for  
improved stability and security. This change aligns with the latest  
version and ensures all dependencies are up to date.
2025-02-25 21:50:47 +01:00

12 lines
354 B
Docker

FROM amd64/nginx:1.27.4@sha256:07233a837141bd8a61e596e11aaf52d2f168ff6648773f0257ba1e8ea0172683
MAINTAINER Joakim Olsson <joakim@unbound.se>
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/
ADD files/sprangning/* /usr/share/nginx/html/sprangning/
ADD default.conf /etc/nginx/conf.d/default.conf
ENV ALLOW_HUP true
ENV ROTATE_LOGS true