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.
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
node_modules
|
|
.next
|
|
*.log
|
|
.git
|
|
.env*
|
|
.dockerignore
|
|
Dockerfile |