First Commit

This commit is contained in:
Theo Tappe
2026-05-13 14:19:41 +02:00
commit 1eaa7d0896
89 changed files with 6206 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
EXPOSE 80
COPY build/dist/wasmJs/productionExecutable /data/www
COPY src/webMain/nginx.conf /etc/nginx/conf.d/default.conf
CMD ["nginx", "-g", "daemon off;"]