From 23e6e54c4ee5cb32f1f387f6e8cee5c9a50baca6 Mon Sep 17 00:00:00 2001 From: Donovan Date: Wed, 20 Nov 2024 17:23:31 -0600 Subject: [PATCH] remove image and add build --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 2531c7a..d999993 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,8 @@ version: '3.9' services: go-nkode: container_name: go-nkode - image: registry.donovankelly.dev/go-nkode + build: # This tells Docker Compose to build the image first + context: . volumes: - /var/go-nkode/sqlite:/app/data/sqlite - /var/go-nkode/icons:/app/data/icons