From 3967c16bf75475bd9002ccefd949c9ad28f00d33 Mon Sep 17 00:00:00 2001 From: wserr Date: Sun, 7 May 2023 13:07:23 +0200 Subject: [PATCH] Run microservices script --- microservices/weather/.gitignore | 2 ++ microservices/weather/run-docker.sh | 3 +++ 2 files changed, 5 insertions(+) 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