From d3a88ba6a35d55d43a02e6eef7e14a1a78ef9f28 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sat, 20 Aug 2022 19:41:05 +0200 Subject: [PATCH] build(Containerfile): change ARG scope --- build/Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/Containerfile b/build/Containerfile index cbc12f6..6130af2 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -1,6 +1,5 @@ -ARG SITE=signpost.cloud.mareshq.com - FROM node:lts as builder +ARG SITE WORKDIR /build