updated gitignore

This commit is contained in:
2023-08-18 17:40:35 +00:00
parent 5a5ae85c7b
commit c6032456c3
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
file=logs.$(date "+%F").txt
file=/home/willem/repos/homeAutomation/microservices/weather/logs.$(date "+%F").txt
docker run --env RUST_LOG=info --env-file ./.env registry.willemserruys.com/weather-microservice:latest &> $file
docker run --env RUST_LOG=info --env-file /home/willem/repos/homeAutomation/microservices/weather/.env registry.willemserruys.com/weather-microservice:latest &>> $file