mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-21 17:01:32 +00:00
3
tfw.sh script
Kristóf Tóth edited this page 2019-12-19 13:47:09 +01:00
This script is located in the hack
folder of challenges (or test-tfw), and its primary purpose is to simplify building and running TFW-based exercises.
Essentially it removes the mental overhead of having to do something like "cd
to a specific directory and execute docker build ... && docker run ...
" all the time.
It also facilitiates workflows for developers of TFW itself, such as releasing a new version of the frontend and/or baseimage.
Run it without any arguments to print usage info.