5 lines
162 B
Bash
Executable File
5 lines
162 B
Bash
Executable File
#!/usr/bin/env bash
|
|
file=logs.$(date "+%F").txt
|
|
|
|
docker run --env RUST_LOG=info --env-file ./.env registry.willemserruys.com/weather-microservice:latest &> $file
|