8go / matrix-eno-bot

An admin and personal assistence Matrix bot built on matrix-nio and nio-template
Apache License 2.0
88 stars 15 forks source link

docker build fails #31

Closed KeenMaron closed 2 years ago

KeenMaron commented 2 years ago

Hi,

i tried to create docker package with

docker build -t matrix-eno-bot --rm . It fails with

" Step 5/13 : COPY *.yaml /bot/ COPY failed: no source files were specified "

Any advice?

8go commented 2 years ago

Have a look at commands.yaml.example. You must copy this file to commands.yaml and edit it to adjust to your needs. Then try again.

8go commented 2 years ago

Same of course with file config.yaml.example. Copy it to config.yaml, edit it to adjust to your environment, then try docker again.