From c42c9ede39bc27fca9cc79f2f6dea06c7c758a50 Mon Sep 17 00:00:00 2001 From: bennsimon Date: Tue, 31 Oct 2023 16:30:35 +0300 Subject: [PATCH] remove env on Dockerfile --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index b56e9c4d..e47722d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,10 +23,4 @@ COPY --from=build /app/exec/target/opensrp-gateway-plugin-exec.jar /app/ COPY resources/hapi_page_url_allowed_queries.json resources/hapi_page_url_allowed_queries.json COPY resources/hapi_sync_filter_ignored_queries.json resources/hapi_sync_filter_ignored_queries.json -ENV TOKEN_ISSUER="http://localhost/auth/realms/test" -ENV PROXY_TO="http://localhost:8080/fhir" -ENV BACKEND_TYPE="HAPI" -ENV ACCESS_CHECKER="list" -ENV RUN_MODE="PROD" - CMD ["/app/opensrp-gateway-plugin-exec.jar"]