Build an unofficial docker image that will run ENZO-TS. Use at your own risk.
- Download the latest Linux build for ENZO-TS, decompress the downloaded file in
files
directory (actually replacing theenzo-ts
folder with the new one). - Run the following command (where
x.y.z
should match the downloaded version of ENZO-TS).
docker build . -t dorru/enzo-ts:x.y.z
- Spin a container using the new build and verify that the bot works properly.
- Push the docker image just built to docker hub with
docker push dorru/enzo-ts:x.y.z
You just want to spin a container with ENZO-TS? Refer to example-docker-host-enzo-ts