mongo-express / mongo-express-docker

a dockerized mongo-express for viewing mongoDB in the browser
MIT License
201 stars 93 forks source link

Move copy down in dockerfile #94

Closed BlackthornYugen closed 1 year ago

BlackthornYugen commented 1 year ago

As pointed out in #93, we should copy the entrypoint as far down as possible. It should especially be below RUN steps that need to install / download artifacts from the internet.

https://github.com/mongo-express/mongo-express-docker/pull/93#discussion_r1342899510