Skip to content

Commit

Permalink
remove old Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilvx committed Dec 11, 2023
1 parent 5b332be commit 8ff0992
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
35 changes: 0 additions & 35 deletions Dockerfile.og

This file was deleted.

2 changes: 1 addition & 1 deletion app/lib/playlistlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get_first_4_images(

def get_recently_added_playlist(cutoff: int = 14):
playlist = Playlist(
id="recentlyplayed",
id="recentlyadded",
name="Recently Added",
image=None,
last_updated="Now",
Expand Down

0 comments on commit 8ff0992

Please sign in to comment.