From ef870f0ff6492a163e66da477b275b0bf8d15c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jari-Matti=20M=C3=A4kel=C3=A4?= <jmjmak@utu.fi> Date: Fri, 7 Jan 2022 20:55:03 +0200 Subject: [PATCH] Update repository url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca04dcc..9421e1e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Using the prebuilt image is recommended unless you want to build your own. ```sh $ docker login registry.gitlab.utu.fi -$ docker pull registry.gitlab.utu.fi/tech/soft/thesis-builder +$ docker pull registry.gitlab.utu.fi/tech/soft/thesis/builder ``` ## Building the image locally @@ -37,7 +37,7 @@ To build the default profile: ```sh $ git clone https://gitlab.utu.fi/tech/soft/thesis/builder -$ cd thesis-builder +$ cd builder $ docker build . ``` @@ -45,7 +45,7 @@ To build the 'minimal' profile: ```sh $ git clone https://gitlab.utu.fi/tech/soft/thesis/builder -$ cd thesis-builder +$ cd builder $ docker build --build-arg TEXPROFILE=texlive-minimal.profile . ``` -- GitLab