8 lines
169 B
YAML
8 lines
169 B
YAML
|
services:
|
||
|
language-block-bot:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
environment:
|
||
|
JAVA_TOOL_OPTIONS: "-Dlanguageblockbot.bot.token=$TOKEN"
|