Rename aaa_dockerfile_backup.sh to 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-11-30 21:23:14 +01:00
committed by GitHub
parent 177a75fce9
commit 2b9c1ad133

View File

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