Skip to content

Commit

Permalink
Merge pull request #55 from UCSF-GP-Namibia/chore/fix-logo-name-typo
Browse files Browse the repository at this point in the history
(chore) fixes logo name typo
  • Loading branch information
alaboso authored Aug 24, 2023
2 parents cadb5c9 + e88b321 commit b732dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b732dd4

Please sign in to comment.