mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-01 06:16:16 +00:00
Update ignore rules and sync .dockerignore with .gitignore during build
This commit is contained in:
@@ -11,6 +11,7 @@ IMAGES=(
|
||||
build_images() {
|
||||
echo "=========================================================================================="
|
||||
echo "========== Starting the build of the images..."
|
||||
cat .gitignore > .dockerignore
|
||||
docker compose -f docker-compose-build.yml build
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Build completed successfully."
|
||||
|
||||
Reference in New Issue
Block a user