Skip to content
Snippets Groups Projects
Commit 21b4c174 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

update readme

parent be48fc59
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ This is the MIP backend.
## Usage in building environment
* Build a versioned image: `./captain_build.sh` or `captain build`
* Build a versioned image: `./captain_build.sh` (only if `$WORKSPACE=$(pwd)`) or `export WORKSPACE=<path-to-workspace> && captain build`
* Build and test an image: `./captain_test.sh` or `captain test`
* Run the latest image with a non-persistent postgres (only use this for testing purpose): `./captain_run.sh`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment