1
0
Fork 0

build(Containerfile): change ARG scope

This commit is contained in:
Vojtěch Mareš 2022-08-20 19:41:05 +02:00
parent 27a47bca79
commit d3a88ba6a3
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -1,6 +1,5 @@
ARG SITE=signpost.cloud.mareshq.com
FROM node:lts as builder FROM node:lts as builder
ARG SITE
WORKDIR /build WORKDIR /build