This commit is contained in:
teddy
2025-06-04 14:40:55 +07:00
parent e61bd5160d
commit 2996aefa8f

View File

@@ -35,7 +35,7 @@ deploy_development:
cleaning_image_and_container:
stage: cleaning
script:
- docker stop $PROJECT_NAME || true
- docker stop $PROJECT_NAME || true
- docker rm $PROJECT_NAME || true
- echo y | docker container prune
- echo y | docker image prune -a