From 8b74e4598a26b80269eba478d098aa116402f18d Mon Sep 17 00:00:00 2001 From: Tyrone Faulhaber <20131658+spectrapulse@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:46:59 +0000 Subject: [PATCH] lets test if this works the way I think it does --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23d6f7c..d099e25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts-alpine AS builder +FROM --platform=linux/amd64 node:lts-alpine AS builder WORKDIR /app