mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
Testing arm64 tini error
This commit is contained in:
parent
d875d928d7
commit
e0a75fc8da
@ -20,7 +20,7 @@ RUN npm run buildbackend
|
||||
# Remove non production necessary modules
|
||||
RUN npm prune --omit=dev --legacy-peer-deps
|
||||
|
||||
FROM --platform=$BUILDPLATFORM ${BASE_DISTRO} as runner
|
||||
FROM --platform=${TARGETPLATFORM} ${BASE_DISTRO} as runner
|
||||
|
||||
RUN apk add --no-cache tini
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user