Docker-Webstack
Docker-Webstack copied to clipboard
fix arm container startup error (fixes #58)
The Dockerfiles used BUILDPLATFORM to choose the s6-overlay arch, but it needs to be the TARGETPLATFORM to work properly.
Tested with M1 mac and ubuntu 24.04 (arm - ampere).
fixes #58