Updated run-docker scripts

This commit is contained in:
2023-05-07 13:32:08 +02:00
parent 3967c16bf7
commit aa5d13e1d4
2 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker run --env-file ./env registry.willemserruys.com/weather-microservice:latest
docker run --env RUST_LOG=info --env-file ./.env registry.willemserruys.com/weather-microservice:latest &> logs.txt