feat: Implement Docker build and serving setup

Adds Dockerfile for frontend and backend, along with Nginx configuration and .dockerignore files. This enables containerized deployment and proper handling of static assets and API proxying. Updates mockDb.ts to correctly type ticket attachments.
This commit is contained in:
2025-12-07 20:29:36 +01:00
parent 919be985c9
commit 0b2453e5a9
6 changed files with 75 additions and 2 deletions

11
.dockerignore.txt Normal file
View File

@@ -0,0 +1,11 @@
node_modules
dist
.git
.env
.DS_Store
docker-compose.yml
Dockerfile
server/node_modules
.idea
.vscode