gisaf-frontend/Containerfile
phil 0acf593279
All checks were successful
/ build (push) Successful in 29s
Add Containerfile and nginx conf; update angular config; make CI pass
2024-12-16 05:26:46 +01:00

6 lines
132 B
Docker

FROM docker.io/library/nginx:alpine
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf
COPY dist/gisaf/browser /usr/share/nginx/html