From 936d6f876783c059d8dc517681f0c066b0b458b3 Mon Sep 17 00:00:00 2001 From: Amos Laboso Date: Tue, 11 Jul 2023 12:03:13 +0300 Subject: [PATCH] OHRI-1615: OHRI-DEV Back to life - Remove copy ohri-config json error --- frontend/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ff26fac39..19ddbc42e 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -11,7 +11,6 @@ COPY spa-build-config.json . ARG CACHE_BUST RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} assemble --manifest --mode config --config spa-build-config.json --target ./spa RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} build --build-config spa-build-config.json --target ./spa -COPY ohri-config.json ./spa/ohri-config.json FROM nginx:1.23-alpine