Initial setup of Docker configuration for Spin The Wheel application, including…
Initial setup of Docker configuration for Spin The Wheel application, including Dockerfiles for backend and frontend, docker-compose file, and CI/CD pipeline configuration in .gitlab-ci.yml. Added .dockerignore files for backend and frontend to exclude unnecessary files from Docker builds.
Showing
.dockerignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
backend/.dockerignore
0 → 100644
backend/Dockerfile
0 → 100644
docker-compose.yml
0 → 100644
frontend/.dockerignore
0 → 100644
frontend/Dockerfile
0 → 100644
Please
register
or
sign in
to comment