| Index: blimp/docs/container.md
|
| diff --git a/blimp/docs/container.md b/blimp/docs/container.md
|
| index 667098fed96e5ebc54fb4246ef3ea21d20f04417..57218a4aa4b7fe7e877ec575530870f0f44b1af9 100644
|
| --- a/blimp/docs/container.md
|
| +++ b/blimp/docs/container.md
|
| @@ -58,6 +58,7 @@ generated target `out-linux/Debug/gen/engine-manifest.txt`.
|
| Using the tarfile you can create a Docker image:
|
|
|
| ```bash
|
| +docker build -f Dockerfile.base -t base - < ./out-linux/Debug/blimp_engine_bundle.tar.gz
|
| docker build -t blimp_engine - < ./out-linux/Debug/blimp_engine_bundle.tar.gz
|
| ```
|
|
|
|
|