Skip to content

Commit

Permalink
Testing arm64 tini error (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui authored Jun 28, 2024
1 parent d875d92 commit 6027167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6027167

Please sign in to comment.