mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Testing arm64 tini error (#1425)
This commit is contained in:
parent
d875d928d7
commit
6027167e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue