LvInSaNevL / Second-Stump

An experimental bot to automate meme compilations
http://subscribe.secondstump.com
GNU General Public License v2.0
0 stars 2 forks source link

Docker ignorning `auth.json` #11

Closed LvInSaNevL closed 4 years ago

LvInSaNevL commented 4 years ago

Describe the bug Building the Docker image with the current Dockerfile always exits with an error because the code is unable to locate the file auth.json which should be copied over at build time.

To Reproduce Steps to reproduce the behavior:

  1. Run ./dockerStart.sh
  2. Watch the container, it will shut off immediately

Expected behavior The code base should just spin up and start churning out videos.

System Information (please complete the following information):

Additional context There is already a line in the Dockerfile that should copy the file into the container, but it does not.

LvInSaNevL commented 4 years ago

Reorganized the files and changed a few paths and this all worked itself out.