fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-02 01:58:46 +05:30
parent 09405a3315
commit 6080f0c1d3

View File

@@ -61,7 +61,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- echo "🛑 Stopping old container..." - echo "🛑 Stopping old container..."
- docker rm -f homepage || true - docker rm -f docs || true
- name: run-container - name: run-container
image: docker:24 image: docker:24