Files
eventspace/frontend/.dockerignore
Felipe Cardoso 03f4792232 Add frontend service to Docker setup and configure networking
Introduced a new `frontend` service in `docker-compose.yml`, complete with build, healthchecks, and networking. Added a multi-stage Dockerfile for the frontend, a `.dockerignore` file, and a startup script to wait for the backend. Updated Next.js configuration for Docker compatibility and added API type definitions.
2025-02-27 12:59:39 +01:00

7 lines
60 B
Plaintext

node_modules
.next
*.log
.git
.env*
.dockerignore
Dockerfile