chore: Add dockers

This commit is contained in:
Tibo De Peuter 2025-02-02 20:14:16 +01:00
parent f9a729f22c
commit 15091444be
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
7 changed files with 992 additions and 763 deletions

7
frontend/Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]