This commit is contained in:
Strix 2026-08-16 23:12:23 +02:00
commit bd140377df
3 changed files with 74 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM nginx:alpine
COPY public/ /usr/share/nginx/html/
EXPOSE 80