pass image name to shell script

This commit is contained in:
Nana Janashia
2020-11-22 14:30:13 +01:00
parent c120554c74
commit 36b85d75cc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
export TAG=java-maven-1.0
export TAG=$1
docker-compose -f docker-compose.yaml up --detach
echo "success"