From cb76a8165dd8e4930af43ee005462c7031dcc375 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Fri, 9 Sep 2022 13:07:09 +0300 Subject: [PATCH] pre-create settings.yaml for build process --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6ea8b458..b1193813c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY . . RUN < config/settings.yaml npm run build EOF