Update update.sh

This commit is contained in:
Julien Cabillot 2017-10-31 13:23:32 +00:00
parent 995718cd02
commit d8b00874f0

View File

@ -24,5 +24,5 @@ TAG="registry.cabillot.eu/www/dl"
git pull git pull
) )
#docker build --no-cache=true -t "${TAG}" build/ docker build --no-cache=true -t "${TAG}" build/
#docker push "${TAG}" docker push "${TAG}"