mirror of
https://github.com/gabehf/music-importer.git
synced 2026-03-14 17:56:01 -07:00
embed & move covers, remove m4a support
This commit is contained in:
parent
9de7dc83d8
commit
6480f93bb5
6 changed files with 193 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ RUN apk add --no-cache git
|
|||
WORKDIR /app
|
||||
|
||||
# Copy go.mod/go.sum and download dependencies
|
||||
COPY go.mod ./
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
# Copy source code
|
||||
|
|
@ -31,6 +31,7 @@ RUN apt-get update && \
|
|||
git \
|
||||
curl \
|
||||
rsgain \
|
||||
flac \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install beets via pip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue