-
đź“ť Feature Description
Dockerize the entire codebase by creating a Dockerfile to containerize all dependencies and technologies used in the project. This will make the app more portable, ensuring co…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Dockerize the Golang-To-Do-App, so that the project can be implemented in any system witho…
-
make it easier to deploy, auto-restart etc.
-
Add an option to include a Dockerfile in the the repository.
We can use https://www.docker.com/blog/how-to-dockerize-your-python-applications/ and https://hynek.me/articles/docker-uv/ for inspirati…
-
Make docker compose to run app
-
Having the necessary dependencies, like nodejs and dotnet packed into a single docker file would be useful for portability.
-
@gpetho In the makefile we run a testing, however the tool I'm trying to dockerize has built-in testing, with testing data. The dockerfile I used as a template runs the test in the final stage and ve…
-
Need to dockerize this web application.
-
See dagster [docs](https://docs.dagster.io/deployment/guides/docker) for getting this done.
-
## Description
Your app use many version of package and nodejs and some other computer who clone your repo they have different version of all thing then they face difficulty in running your app so …