From 301fa66e1abcd7b52f4feeae6e4e223e99c883bf Mon Sep 17 00:00:00 2001 From: Chika Date: Thu, 16 Dec 2021 12:57:26 +0300 Subject: [PATCH] Dockerfile: get args from docker-compose --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 260911c..30fdb5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,10 @@ ENV NODE_ENV=production ENV GENERATE_SOURCEMAP=false ENV DISABLE_ESLINT_PLUGIN=true +ARG REACT_APP_COLOR_PRIMARY +ARG REACT_APP_COLOR_SECONDARY +ARG REACT_APP_COLOR_TERTIARTY + WORKDIR /app COPY package.json /app/