From b8880c417d6c35616c5df282fb74aaf10e07980d Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Thu, 3 Feb 2022 14:22:10 +0100 Subject: [PATCH] Typo fixed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09398d9..d1a9068 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN npm install -g npm@8.4.0 RUN npm install -g @angular/cli COPY ui /ui WORKDIR ui -RUN npm install && ng build --configuration=${MODE} +RUN npm install && ng build --configuration=$MODE FROM golang:alpine AS GO_BUILD