Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image broken #88

Open
mxchinegod opened this issue Apr 26, 2022 · 2 comments
Open

Docker image broken #88

mxchinegod opened this issue Apr 26, 2022 · 2 comments

Comments

@mxchinegod
Copy link

[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
Copy link

bchoii commented Jul 4, 2022

Install using Dockerfile :

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

@maicss
Copy link

maicss commented Dec 27, 2023

Updated 3years ago...
image

@xdubx xdubx mentioned this issue Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants