Skip to content

feat: containerize backend and frontend#5

Merged
DevDoshi19 merged 1 commit into
mainfrom
phase-12/docker
Jun 22, 2026
Merged

feat: containerize backend and frontend#5
DevDoshi19 merged 1 commit into
mainfrom
phase-12/docker

Conversation

@DevDoshi19

Copy link
Copy Markdown
Owner

Adding docker files :

  • .dockerignore
  • Dockerfile
  • docker-compose.yml

Each file for there own purpose :

  • Dockerfile which have full docker workflow for creating Image and command
  • .dockerignore file will work same as .gitignore which will ignore all the non use or private files
  • docker-compose.yml file : This file help us to run both the docker file (frontend and backend ) in single file . so we don't need to manually run and build both the images.

@DevDoshi19 DevDoshi19 merged commit 689e38f into main Jun 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant