Skip to content

Commit

Permalink
#5 Removed docker container prune -f from .bat file
Browse files Browse the repository at this point in the history
  • Loading branch information
oislen committed Sep 17, 2024
1 parent 16d3844 commit 7035ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exeDocker.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ SET DOCKER_TAG=latest
SET DOCKER_IMAGE=%DOCKER_USER%/%DOCKER_REPO%:%DOCKER_TAG%

:: remove existing docker containers and images
docker container prune -f
docker rm -f %DOCKER_IMAGE%

:: build docker image
Expand Down

0 comments on commit 7035ad1

Please sign in to comment.