Files
noveria-landing/Dockerfile
T
devops 2732df9795
CI - Build & Test / Lint & Build (push) Successful in 8s
feat: noveria.net coming soon landingpage with galaxy theme
2026-06-14 15:52:31 +02:00

6 lines
156 B
Docker

FROM nginx:1.27-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/
COPY css/ /usr/share/nginx/html/css/
EXPOSE 80