Initial Commit

This commit is contained in:
2025-03-27 11:47:23 +02:00
commit b2f9bd1e8a
17 changed files with 260 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM nginx:alpine
COPY public/. /usr/share/nginx/html
COPY nginx-default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80