Testing arm64 tini error

This commit is contained in:
ShahanaFarooqui 2024-06-27 14:20:46 -07:00
parent d875d928d7
commit e0a75fc8da

View File

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