diff --git a/microservices/weather/.gitignore b/microservices/weather/.gitignore index ae770c1..80bb9dd 100644 --- a/microservices/weather/.gitignore +++ b/microservices/weather/.gitignore @@ -15,3 +15,5 @@ Cargo.lock # App settings Settings.toml + +.env diff --git a/microservices/weather/run-docker.sh b/microservices/weather/run-docker.sh index e69de29..b8a3b83 100755 --- a/microservices/weather/run-docker.sh +++ b/microservices/weather/run-docker.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +docker run --env-file ./env registry.willemserruys.com/weather-microservice:latest