We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0f7de commit 0e53be8Copy full SHA for 0e53be8
Dockerfile
@@ -2,7 +2,7 @@ ARG BUILDPLATFORM
2
ARG TARGETOS
3
ARG TARGETARCH
4
5
-FROM node:21-slim AS frontend
+FROM --platform=linux/amd64 node:21-slim AS frontend
6
7
COPY . .
8
0 commit comments