mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[GH-ISSUE #85] Docker build on ARM #72
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#72
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 @ptschi on GitHub (Dec 27, 2025).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/85
Hello,
I am trying to run
docker compose up --buildon a OCI ARM Always free instanceI get error
Any help is welcome, thanks
@binimum commented on GitHub (Dec 27, 2025):
This is a known issue on ARM - related to npm. Into the Dockerfile, change
npm cito:so the file looks more like this:
and it should work (albeit a bit slower). Sorry for the headache!
@ptschi commented on GitHub (Dec 28, 2025):
It works thank you.