arunbandari / mongo-gui

A web-based MongoDB graphical user interface
http://20.106.238.56:4321/
MIT License
280 stars 84 forks source link

Docker image broken #88

Open mxchinegod opened 2 years ago

mxchinegod commented 2 years ago

[Error: ENOENT: no such file or directory, stat '/app../public/index.html'] {  errno: -2, code: 'ENOENT', syscall: 'stat', path: '/app../public/index.html', expose: false, statusCode: 404, status: 404

bchoii commented 2 years ago

Install using Dockerfile :

FROM node:18-alpine
RUN npm install -g mongo-gui
CMD ["mongo-gui", "-u", "mongodb://localhost:27017"]
maicss commented 8 months ago

Updated 3years ago... image