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