Skip to content

Commit

Permalink
remove env on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Nov 3, 2023
1 parent e53315c commit c42c9ed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit c42c9ed

Please sign in to comment.