mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Create aaa_dockerfile_backup.sh
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# If dockerfile failed install manually
|
||||
nginx -v &>/dev/null || apk add --no-cache nginx
|
||||
Reference in New Issue
Block a user