Create aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-11-30 21:22:55 +01:00
committed by GitHub
parent 1859404a1f
commit 177a75fce9

View File

@@ -0,0 +1,3 @@
#!/bin/bash
# If dockerfile failed install manually
nginx -v &>/dev/null || apk add --no-cache nginx