Skip to content

Commit

Permalink
Merge pull request #23 from feuerrot/goreleaser3
Browse files Browse the repository at this point in the history
ci: add extra dockerfile for goreleaser
  • Loading branch information
feuerrot authored Nov 28, 2022
2 parents 9f9b328 + 2115256 commit 210964c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM debian:11.5-slim
RUN apt-get -y update && apt-get -y install --no-install-recommends libopus0 ffmpeg && rm -rf /var/lib/apt/lists/*

COPY soundboard /soundboard
ENTRYPOINT [ "/soundboard" ]

EXPOSE 3000

0 comments on commit 210964c

Please sign in to comment.