michaelmob / docker-funkwhale

All-in-one funkwhale docker image.
92 stars 18 forks source link

github incomplete, unable to build #12

Closed jadrian2006 closed 5 years ago

jadrian2006 commented 5 years ago

Cloning this repo:

Step 5/11 : COPY ./src/api /app/api

There are no files in /src/api src just has the .git files.

michaelmob commented 5 years ago

Hi, The /src/api directory is intentionally left empty as to not include Funkwhale's source in this repo (wouldn't work for different versions, etc.)

There's a few steps to manually building the image which are detailed in the Build this image section of the README which include populating the directory using the ./scripts/download-artifact.sh script

Let me know if you have any more issues