From 85a27385c75eb5579620c1350bb9c470017a5005 Mon Sep 17 00:00:00 2001 From: Chris Judd <85649796+juddisjudd@users.noreply.github.com> Date: Fri, 3 May 2024 14:27:30 -0700 Subject: [PATCH] update: add docker image name to compose --- docker-compose.production.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.production.yaml b/docker-compose.production.yaml index 59ef9e4..3895997 100644 --- a/docker-compose.production.yaml +++ b/docker-compose.production.yaml @@ -3,6 +3,7 @@ version: '3.9' services: bot: container_name: oxbot + image: ipajudd/oxbot:latest build: . restart: unless-stopped command: pnpm start:production