Closed sergerdn closed 3 years ago
There are big changes. Important things are:
restart: on-failure
Last thing help us to keep our Docker images small. Have a look https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
Docker Image size(lemur):
after changes 156M plus new alpine nginx container
P.S. I'm not very experienced with docker, so any suggestions will be much appreciated.
Work done, ready for review.
There are big changes. Important things are:
restart: on-failure
Last thing help us to keep our Docker images small. Have a look https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
Docker Image size(lemur):
after changes 156M plus new alpine nginx container
P.S. I'm not very experienced with docker, so any suggestions will be much appreciated.