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
The project currently does not have Docker support, which makes it less portable for deployment and development.
Solution :
Add a Dockerfile and docker-compose.yml to containerize the application. This would help standardize the environment and make setup easier for new developers.
The text was updated successfully, but these errors were encountered:
Problem
The project currently does not have Docker support, which makes it less portable for deployment and development.
Solution :
Add a
Dockerfile
anddocker-compose.yml
to containerize the application. This would help standardize the environment and make setup easier for new developers.The text was updated successfully, but these errors were encountered: