Add Containerfile and nginx conf; update angular config; make CI pass
All checks were successful
/ build (push) Successful in 29s

This commit is contained in:
phil 2024-12-16 05:26:46 +01:00
parent 2663ad478b
commit 0acf593279
4 changed files with 225 additions and 27 deletions

6
Containerfile Normal file
View file

@ -0,0 +1,6 @@
FROM docker.io/library/nginx:alpine
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf
COPY dist/gisaf/browser /usr/share/nginx/html