From 9d9a78db4d4decf6dc1a29c9e749464499dfb385 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sun, 14 May 2023 17:49:34 -0700 Subject: [PATCH] declare args --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3639170..2479f84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ +ARG OS +ARG ARCH + FROM --platform=${ARCH} nginx EXPOSE 80