From f85a384921f80b458c12e6e283ec50c7f53a5956 Mon Sep 17 00:00:00 2001 From: garanews Date: Thu, 1 Aug 2024 15:55:11 +0200 Subject: [PATCH] Update Dockerfile --- compose/local/nginx/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose/local/nginx/Dockerfile b/compose/local/nginx/Dockerfile index 53158998..b95c247e 100644 --- a/compose/local/nginx/Dockerfile +++ b/compose/local/nginx/Dockerfile @@ -1,5 +1,4 @@ -ARG TARGETPLATFORM -ARG BUILDPLATFORM +ARG TARGETARCH FROM alpine:latest as alpine ARG DOMAIN_NAME=orochi.dev