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

Error when building docker image (command "COPY *.cfg /bot/" fails) #7

Closed Zutart closed 3 years ago

Zutart commented 3 years ago

I'm attempting to build the docker image so that I can integrate the bot into my existing compose architecture on Ubuntu 18.04.5.

When I run the docker build command

docker build -t matrix-eno-bot --rm .

I am able to get through until Step 5:

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

8go commented 3 years ago

Configure the 2 .yaml files first, then copy the *.yaml files. There are no .cfg files, that was a mistake. See commit fbba735

Good luck @Zutart

8go commented 3 years ago

Looks solved. I am closing this issue. Re-open if need be.