Skip to content

Commit

Permalink
chore(docker): test
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Jul 4, 2023
1 parent 966c9c7 commit 95d5a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN go mod download
RUN apk add --no-cache git
RUN go install mvdan.cc/garble@latest
COPY . .
RUN echo "$SPOTIFY_ID $SPOTIFY_KEY $GENIUS_TOKEN"
RUN sed -iE "s/(fallbackSpotifyID += +)\"\"$/\1\"$SPOTIFY_ID\"/g" spotify/auth.go
RUN sed -iE "s/(fallbackSpotifyKey += +)\"\"$/\1\"$SPOTIFY_KEY\"/g" spotify/auth.go
RUN sed -iE "s/(fallbackGeniusToken += +)\"\"$/\1\"$GENIUS_TOKEN\"/g" lyrics/genius.go
Expand Down

0 comments on commit 95d5a4d

Please sign in to comment.