From 0ce933776516da327c10132bad2ab309163ca584 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sun, 14 May 2023 17:51:44 -0700 Subject: [PATCH] remove platform on from --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2479f84..e9f9345 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ -ARG OS -ARG ARCH - -FROM --platform=${ARCH} nginx +FROM nginx EXPOSE 80 # actual web content