Testing arm64 tini error (#1425)

This commit is contained in:
ShahanaFarooqui 2024-06-27 17:37:09 -07:00 committed by GitHub
parent d875d928d7
commit 6027167e2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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