From 07aa2a5eb89a740291499d5c1ef23a1f3b990d0e Mon Sep 17 00:00:00 2001 From: Antoine Herzog Date: Sun, 1 Oct 2023 09:30:03 +0100 Subject: [PATCH] upd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c8b227b..82e84ef5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN yarn build:server # Copy it all to a clean image to avoid cache artifacts elsewhere in the image -FROM node:18 +FROM --platform=linux/amd64 node:18 COPY --from=build /app /app WORKDIR /app