Skip to content

Commit

Permalink
Merge pull request #20 from HeesuKim0203/HeesuKim0203-patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
HeesuKim0203 authored Jan 14, 2024
2 parents a510bef + 4ccce99 commit 3a11d5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ ENV APP_HOME=/app
WORKDIR ${APP_HOME}
RUN apk --update add --no-cache ca-certificates ffmpeg opus
COPY --from=builder /app/bin/discordgo-music-bot ./bin/discordgo-music-bot
RUN yt-dlp --version
ENTRYPOINT ["/app/bin/discordgo-music-bot"]
ENTRYPOINT ["/app/bin/discordgo-music-bot"]

0 comments on commit 3a11d5d

Please sign in to comment.