From e88b3212a3425adc6abcf39d4abe08fde3b0b8bb Mon Sep 17 00:00:00 2001 From: pirupius Date: Thu, 24 Aug 2023 09:38:36 +0300 Subject: [PATCH] (chore) fixes logo name typo --- frontend/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index c396db531..ccc4458e0 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -11,8 +11,8 @@ 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 namibia_ohri_logo_darkbg.svg ./spa/namibia_ohri_logo_darkbg.svg -COPY namibia_ohri_logo_lightbg.svg ./spa/namibia_ohri_logo_lightbg.svg +COPY namibia_ohri_logo_darkbg.png ./spa/namibia_ohri_logo_darkbg.png +COPY namibia_ohri_logo_lightbg.png ./spa/namibia_ohri_logo_lightbg.png COPY ohri-config.json ./spa/ohri-config.json FROM nginx:1.23-alpine