Add instructions on building a specific baseimage version

This commit is contained in:
Kristóf Tóth 2018-06-08 12:09:47 +02:00
parent 164c044595
commit 154c4fa2ce
1 changed files with 6 additions and 0 deletions

View File

@ -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.