Add labels to dockerfile

This commit is contained in:
2025-12-26 22:47:02 +01:00
parent 3e980af484
commit 7c901ace41
2 changed files with 10 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ if [ "$NO_CACHE" = true ]; then
DOCKER_CMD="$DOCKER_CMD --no-cache"
fi
DOCKER_CMD="$DOCKER_CMD -t $FULL_IMAGE_NAME ."
DOCKER_CMD="$DOCKER_CMD --build-arg BUILD_DATE=\"$(date -u +'%Y-%m-%dT%H:%M:%SZ')\" -t $FULL_IMAGE_NAME ."
# Exécuter le build
echo -e "${YELLOW}→ Démarrage du build...${NC}"