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.
12 lines
103 B
Plaintext
12 lines
103 B
Plaintext
|
|
node_modules
|
|
dist
|
|
.git
|
|
.env
|
|
.DS_Store
|
|
docker-compose.yml
|
|
Dockerfile
|
|
server/node_modules
|
|
.idea
|
|
.vscode
|