mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[GH-ISSUE #103] Dockerfile fails to build due to npm error #88
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#88
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 @sk33z01d on GitHub (Jan 23, 2026).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/103
Describe the bug
Docker compose instructions fail with current Dockerfile
To Reproduce
Follow the README instructions:
docker compose upExpected behavior
The container builds and runs
Environment:
ac6c7fe2cdAdditional context
I don't know much about npm, but following the error message I added
RUN npm installone line beforeRUN npm ciin the Dockerfile and that seemed to do the trick. I'm sure there's probably a better way to fix it.@binimum commented on GitHub (Jan 24, 2026):
Yes, npm ci is used in the Dockerfile because it results in less overhead, however because of some vite stuff npm install is sometimes necessary due to arm64/x64 different packages.