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:
Run ./dockerStart.sh
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):
OS: Ubuntu
Version: 20.02
Docker: 10.03.11
Additional context
There is already a line in the Dockerfile that should copy the file into the container, but it does not.
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:
./dockerStart.sh
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.