remove old Dockerfile

This commit is contained in:
mungai-njoroge
2023-12-11 18:55:38 +03:00
parent 5b332bebb5
commit 8ff09925a2
3 changed files with 2 additions and 41 deletions
+1 -5
View File
@@ -12,8 +12,4 @@ VOLUME /music
VOLUME /config
ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"]
LABEL org.opencontainers.image.source=https://github.com/cwilvx/swingmusic
LABEL org.opencontainers.image.description=" Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music."
LABEL org.opencontainers.image.licenses=MIT
ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"]