hcrypt
hcrypt
I think a multi stage Dockerfile would significantly reduce the size of the image.
What's wrong with it?
The whole point of using Docker is to make the deployment as easy as running only a single command. However, according to you that adds "complexity" for the user which...
>Providing thorough documentation, tutorials focused on understanding (not just commands), and options for those less comfortable with Docker are good first steps. That is beyond the scope of any project....
It seems that I added a lot of bogus lines. Fucking vscode. I was just looking to edit README page.
> Here's an example of a docker-compose.yml file that defines a simple web application using Flask and MongoDB: version: '3' > > ``` > services: > web: > build: ....
Removed the IP.
> > Removed the IP. > > I had to Remove the ip and unnecessary things. What? You do not even have rw access to the repo. Please stop commenting...
I would suggest to use an alpine image instead of ubuntu. Alpine is lightweight, no bloatware and a lot faster than ubuntu
Why not build the image in docker-compose directly?