This commit is contained in:
2026-04-03 15:55:11 +10:00
parent f7f17be886
commit 1ab9f1858f

View File

@@ -12,8 +12,7 @@ steps:
- name: deploy - name: deploy
image: docker:cli image: docker:cli
environment: network_mode: host
DOCKER_HOST: unix:///var/run/docker.sock
commands: commands:
- docker build -t gptchat:latest . - docker build -t gptchat:latest .
- docker stop gptchat || true - docker stop gptchat || true