add frontend project and docker containers

This commit is contained in:
lauchmelder 2025-03-05 13:47:59 +01:00
parent ae8525b891
commit 00a78f33b6
36 changed files with 3729 additions and 61 deletions

8
server/Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM debian:bookworm-slim
WORKDIR /app
VOLUME /app
VOLUME /fonts
CMD [ "/app/webview" ]