From 924103a758af0d7487d23f064d631566bb20dd42 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 1 Mar 2026 11:54:32 +0000 Subject: [PATCH] Update image in makefile Signed-off-by: Marcus Noble --- .dockerignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index aa2f1cc..03252bf 100644 --- a/.dockerignore +++ b/.dockerignore @@ -16,3 +16,4 @@ lerna-debug.log* .vscode *.code-workspace .history/ +.env diff --git a/Makefile b/Makefile index 681acb4..8e8d63b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .DEFAULT_GOAL := default -IMAGE ?= rg.fr-par.scw.cloud/averagemarcus-private/next-book:latest +IMAGE ?= rg.fr-par.scw.cloud/averagemarcus/next-book:latest .PHONY: test # Run all tests, linting and format checks test: lint check-format run-tests