Skip to content

gwdevhub/ascalongw-discord-bot

 
 

Repository files navigation

ascalongw-discord-bot

Deploy

  1. docker build -t ascalongw .
  2. Windows: docker run -d -v "%cd%\config.json":/app/config.json --name ascalongw ascalongw
  3. Linux: docker run -d -v "$PWD/config.json":/app/config.json --name ascalongw ascalongw

Make sure you've put your config into /config.json or the docker image won't run.

Optionally export port 80 for a HTTP ping endpoint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.1%
  • Ruby 33.7%
  • Shell 10.5%
  • JavaScript 1.5%
  • Dockerfile 0.2%