mirror of
https://github.com/louislam/dockge.git
synced 2026-03-03 02:06:55 -05:00
The image built from the provided Dockerfiles won't launch #217
Labels
No labels
bug
feature-request
help
help wanted
invalid-format
need-reproduce-steps
question
security
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dockge-louislam#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pingoo31 on GitHub (Jul 5, 2025).
⚠️ Please verify that this bug has NOT been reported before.
🛡️ Security Policy
Description
Hello
I built the image with the official Dockerfiles, only changing the image path because I have to use a private registry.
The builds run smoothly, but running the image returns the error: "ERROR: Error: Cannot find 'frontend-dist/index.html', did you install correctly?"
👟 Reproduction steps
👀 Expected behavior
Running Dockge service...
😓 Actual Behavior
❯ docker compose up
[+] Running 1/1
✔ Container dockge-dockge-1 Recreated 0.1s
Attaching to dockge-1
dockge-1 | 2025-07-05T09:08:48Z [SERVER] INFO: Welcome to dockge!
dockge-1 | 2025-07-05T09:08:48Z [SERVER] INFO: NODE_ENV: production
dockge-1 | 2025-07-05T09:08:48Z [SERVER] ERROR: Error: Cannot find 'frontend-dist/index.html', did you install correctly?
dockge-1 exited with code 0
Dockge Version
1.5.0
💻 Operating System and Arch
Debian 12 x64
🌐 Browser
Firefox 128
🐋 Docker Version
Docker 28.3.0
🟩 NodeJS Version
No response
📝 Relevant log output
@cmcooper1980 commented on GitHub (Nov 6, 2025):
PR #634 addresses this. Hasn't been merged to official yet but I believe has been with many forks, including my own.