From 6ae6bf2c408b8f646e84449d8bd62b2302566bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Revuelta?= <46089290+rv0lt@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:04:17 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ina Odén Österbo <35953392+i-oden@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d060422be..f5be819d3 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ Equally, if you want to tear down you need to run pytest _twice_ without it, as ## Production Instance -The production version of the backend image is published at the [GitHub Container registry](ghcr.io/scilifelabdatacentre/dds-backend). It can also be built by running: +The production version of the backend image is published at the [GitHub Container Registry (GHCR)](ghcr.io/scilifelabdatacentre/dds-backend). It can also be built by running: ```bash docker build --target production -f Dockerfiles/backend.Dockerfile .