You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat : containerize whole application using docker
The application needs to be containerized using Docker to streamline deployment, enhance portability, and ensure consistent environments across development and production.
Task
Create a Dockerfile in frontend, backend and ml folders
and create a docker-compose.yml file and write appropriate code which can connect all the services
The text was updated successfully, but these errors were encountered:
feat : containerize whole application using docker
The application needs to be containerized using Docker to streamline deployment, enhance portability, and ensure consistent environments across development and production.
Task
Dockerfile
in frontend, backend and ml foldersdocker-compose.yml
file and write appropriate code which can connect all the servicesThe text was updated successfully, but these errors were encountered: