Convert build.sh to a multi-stage Dockerfile. (#452)

This commit is contained in:
Justin
2018-01-28 11:49:31 +08:00
committed by Ta-Ching Chen
parent 4f7eb19b7c
commit 986b300b8c
6 changed files with 59 additions and 16 deletions
+1 -6
View File
@@ -36,15 +36,10 @@ All output that is provided to the server over the STDOUT will be transformed in
## Compiling
In order to build the Dockerfile, the server needs to be compiled to the right architecture.
```bash
sh ./build.sh
```
Build the Dockerfile:
```bash
docker build --tag=${USER}/binary-env .
```
See the [README](../../examples/binary/README.md) in the binary examples directory for usage instructions.
See the [README](../../examples/binary/README.md) in the binary examples directory for usage instructions.