Convert build.sh to a multi-stage Dockerfile. (#452)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user