Skip to content

danydev/docker-build-enzo-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ENZO-TS docker build

Build an unofficial docker image that will run ENZO-TS. Use at your own risk.

Creating and releasing a new build (for maintainers only)

  • Download the latest Linux build for ENZO-TS, decompress the downloaded file in files directory (actually replacing the enzo-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

Running the container

You just want to spin a container with ENZO-TS? Refer to example-docker-host-enzo-ts

About

Unofficial docker image for enzo-ts. See https://www.enzobot.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published