mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
Testing arm64 tini error (#1425)
This commit is contained in:
parent
d875d928d7
commit
6027167e2a
@ -20,7 +20,7 @@ RUN npm run buildbackend
|
|||||||
# Remove non production necessary modules
|
# Remove non production necessary modules
|
||||||
RUN npm prune --omit=dev --legacy-peer-deps
|
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
|
RUN apk add --no-cache tini
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user