refactor server startup into jobs

This commit is contained in:
sentriz
2020-04-18 19:32:51 +01:00
parent 64d0aee8dc
commit 1ff5845a02
15 changed files with 257 additions and 151 deletions

View File

@@ -4,7 +4,8 @@ RUN apk add -U --no-cache \
ca-certificates \
git \
sqlite \
taglib-dev
taglib-dev \
alsa-lib-dev
WORKDIR /src
COPY go.mod .
COPY go.sum .