Run microservices script
This commit is contained in:
2
microservices/weather/.gitignore
vendored
2
microservices/weather/.gitignore
vendored
@@ -15,3 +15,5 @@ Cargo.lock
|
||||
|
||||
# App settings
|
||||
Settings.toml
|
||||
|
||||
.env
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker run --env-file ./env registry.willemserruys.com/weather-microservice:latest
|
||||
|
||||
Reference in New Issue
Block a user