Update Dockerfile.amd64

pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent b47b8dace7
commit 2c8520ddd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,11 @@ RUN \
tidal-dl \
deemix
# copy local files
COPY root/ /
WORKDIR /config
# ports and volumes
EXPOSE 8686
VOLUME /config /music /music-videos /downloads

Loading…
Cancel
Save