Skip to content
Snippets Groups Projects
compile.sh 152 B
#!/bin/sh 

# Compile Image manual 
# Usage: ./compile.sh <config.yml>
docker run --rm -v "{{ basedir }}/config:/config" -it esphome/esphome $1 compile