Skip to content

Commit

Permalink
fix: dockerfile build platform
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Oct 29, 2024
1 parent a1ad9ac commit faf275c
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
@@ -1,4 +1,4 @@
FROM oven/bun:1.1-debian
FROM --platform=$BUILDPLATFORM oven/bun:1.1-debian
WORKDIR /app
COPY package.json bun.lockb ./
RUN bun install
Expand Down

0 comments on commit faf275c

Please sign in to comment.