canada-ca / cloud-guardrails-gcp

Recommended configuration guidance for Google Cloud Platform / Conseils de configuration recommandés pour Platforme infonuagique de Google
Other
22 stars 14 forks source link

Add docker build step for running tests in container #3

Closed kevin-shelaga closed 3 years ago

kevin-shelaga commented 3 years ago

Current steps list a docker run without build, easy enough to figure out but for clarity it might make sense to add a build step as well.

# Container
docker build -t gc-guardrails:<tagname> .
docker run -v $(pwd):/app gc-guardrails:<tagname>
kevin-shelaga commented 3 years ago

Fixed with https://github.com/canada-ca/cloud-guardrails-gcp/pull/6