From 154c4fa2cef2a12f1d8ef5e7158d8c661f96228c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 8 Jun 2018 12:09:47 +0200 Subject: [PATCH] Add instructions on building a specific baseimage version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52c2570..ad8acad 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ This will serve the frontend locally on `http://localhost:4200` and take care of If you've created a production build (without `--build-arg NOFRONTEND=1`) you don't have to run the frontend locally and you can access the challenge on `http://localhost:8888`. +### Building the TFW baseimage without test-tutorial-framework + +You might need to build our baseimage separately in case you've cloned an existing challenge depending on a specific version. + +To do this simply issue `BASEIMAGE_ONLY=version bash -c "$(curl -fsSL https://git.io/vxBfj)"`, where `version` is a tag or commit of the [baseimage-tutorial-framework](https://github.com/avatao-content/baseimage-tutorial-framework) repository. + ## Getting our hands dirty The repository of a tutorial-framework based challenge is quite similar to a regular challenge.