Closed Zutart closed 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
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
Looks solved. I am closing this issue. Re-open if need be.
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