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