Add docker image building

This commit is contained in:
2025-12-22 19:23:15 +01:00
parent eab891aec7
commit 090ab9060b
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -14,8 +14,8 @@ NC='\033[0m' # No Color
IMAGE_NAME="pmomusic" IMAGE_NAME="pmomusic"
TAG="latest" TAG="latest"
NO_CACHE=false NO_CACHE=false
PUSH=false PUSH=true
REGISTRY="" REGISTRY="niepce.petite-maison-orange.fr/public"
# Fonction d'aide # Fonction d'aide
show_help() { show_help() {