Updates, inlining, fix for container restarts
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2026-02-14 19:03:32 -03:00
parent bb0fb34656
commit c01ef1efcc
21 changed files with 1131 additions and 606 deletions

View File

@@ -1,10 +1,4 @@
# Armandine gallery static site served by Nginx
FROM nginx:alpine
# Copy static site into default Nginx docroot
COPY src/ /usr/share/nginx/html/
# Optional: custom nginx config could be COPY'd here
# COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
COPY nginx/conf.d/ /etc/nginx/conf.d/
COPY dist/ /usr/share/nginx/html/