From 14b0cf10913f476dbce218fe293699da0b488d4a Mon Sep 17 00:00:00 2001 From: ari melody Date: Tue, 3 Oct 2023 20:57:41 +0100 Subject: [PATCH] updated dockerfile to build explicitly for amd64 systems --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8372847..e3b1c45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine3.18 +FROM --platform=linux/amd64 node:20-alpine3.18 # set working directory WORKDIR /srv/openterminal