michaelmob / docker-funkwhale

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

Image repo change and superficial clean up #16

Closed michaelmob closed 5 years ago

michaelmob commented 5 years ago

Changed shebangs from #!/bin/bash in scripts to #!/usr/bin/env bash for maximum portability.

Added arch variable to the build example for issues like #14. (Which I'm not even sure works yet... So don't merge until this is resolved)

Superficial cleanings like spacing consistencies and clearer comments.

michaelmob commented 5 years ago

@EliotBerriot please let me know if this breaks CI