mongo-express / mongo-express-docker

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

Update docker build #107

Closed fitztrev closed 9 months ago

fitztrev commented 9 months ago

Took a very opinionated approach and just build one version, rather than the matrix-style that it was doing before.

Base image is node:20.10.0-alpine3.19

Updated the bottom of the README with the build + run commands.

Fixes #104

fitztrev commented 9 months ago

I'm not familiar with the internals of mongo-express but I use this image in a project and I'm pretty comfortable with Docker. Tried to make the build simpler until I got it working. If there's anything I excluded that I shouldn't have, please just let me know.

BlackthornYugen commented 9 months ago

@fitztrev I don't seem to have permission to force push so I put my changes in #108 for now. I did a PR to the docker official images repo to see if it is able to build over there. See https://github.com/docker-library/official-images/pull/15991

fitztrev commented 9 months ago

Ok, sounds good thanks!

BlackthornYugen commented 9 months ago

@fitztrev thanks again for helping us to get the build working. The yarn change that resolved the issue was merged as part of #108