jembi / openhim-console

A webapp that provides a management console for the OpenHIM
http://openhim.org/
Mozilla Public License 2.0
12 stars 28 forks source link

feat: add docker file for Google Cloud Run #610

Closed marrouchi closed 1 year ago

marrouchi commented 1 year ago

Motivation

Google Cloud Run does not offer a way to mount volumes nor configs, as it supports only stateless containers.

This PR adds a custom Dockerfile for stateless containers when it does env var substitution at the entrypoint level.