allow user to build frontend with local-build.sh

This commit is contained in:
baudneo
2022-10-03 19:50:31 -06:00
parent badc3d2ec2
commit 8b5c3847e3
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$DIR/.common.sh"
DOCKER_IMAGE=baudneo/nginx-full:certbot-node
DOCKER_IMAGE=baudneo/nginx-full:local_certbot-node
# Ensure docker exists
if hash docker 2>/dev/null; then