Skip to content
Snippets Groups Projects
Commit ef870f0f authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

Update repository url

parent 7d7f1be3
Branches
No related tags found
No related merge requests found
Pipeline #46945 passed
...@@ -28,7 +28,7 @@ Using the prebuilt image is recommended unless you want to build your own. ...@@ -28,7 +28,7 @@ Using the prebuilt image is recommended unless you want to build your own.
```sh ```sh
$ docker login registry.gitlab.utu.fi $ 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 ## Building the image locally
...@@ -37,7 +37,7 @@ To build the default profile: ...@@ -37,7 +37,7 @@ To build the default profile:
```sh ```sh
$ git clone https://gitlab.utu.fi/tech/soft/thesis/builder $ git clone https://gitlab.utu.fi/tech/soft/thesis/builder
$ cd thesis-builder $ cd builder
$ docker build . $ docker build .
``` ```
...@@ -45,7 +45,7 @@ To build the 'minimal' profile: ...@@ -45,7 +45,7 @@ To build the 'minimal' profile:
```sh ```sh
$ git clone https://gitlab.utu.fi/tech/soft/thesis/builder $ git clone https://gitlab.utu.fi/tech/soft/thesis/builder
$ cd thesis-builder $ cd builder
$ docker build --build-arg TEXPROFILE=texlive-minimal.profile . $ docker build --build-arg TEXPROFILE=texlive-minimal.profile .
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment