Files
homeAutomation/microservices/weather/run-docker.sh
2023-08-18 17:40:35 +00:00

5 lines
273 B
Bash
Executable File

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