All users have docker group.
This commit is contained in:
parent
ef2e5a38b5
commit
a5ad31c9af
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ mkdir -p alloro.ca
|
||||||
cp ../alloro.ca/index*.html alloro.ca/
|
cp ../alloro.ca/index*.html alloro.ca/
|
||||||
|
|
||||||
echo "Building Docker container."
|
echo "Building Docker container."
|
||||||
sudo docker build -t boulangermontrealais/barrios:caddy .
|
docker build -t boulangermontrealais/barrios:caddy .
|
||||||
|
|
||||||
echo "Pushing Docker container to registry."
|
echo "Pushing Docker container to registry."
|
||||||
docker push boulangermontrealais/barrios:caddy
|
docker push boulangermontrealais/barrios:caddy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue