diff --git a/make_and_push_docker.bat b/make_and_push_docker.bat index 7014aad5293207bd60d69229cf79eb8c3c7ab740..12043add75d64cf6e6a1662425bc22b7b31a7512 100644 --- a/make_and_push_docker.bat +++ b/make_and_push_docker.bat @@ -2,7 +2,7 @@ echo off title Building and Pushing docker image cls - +docker pull python:3 docker build --rm -f "Dockerfile" -t url_shorter:latest . docker tag url_shorter docker.jonasled.de/url_shorter/url_shorter docker push docker.jonasled.de/url_shorter/url_shorter \ No newline at end of file