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
image: docker:cli
environment:
DOCKER_HOST: unix:///var/run/docker.sock
network_mode: host
commands:
- docker build -t gptchat:latest .
- docker stop gptchat || true