Skip to content

Commit

Permalink
feat: add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibaru committed Oct 30, 2023
1 parent b1dba9e commit 39e0418
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Compilation: docker build -t gobeats .
# Run: docker run -it -v ${PWD}:/app gobeats

FROM golang:1.21.3

RUN apt-get update && apt-get install -y libasound2-dev

WORKDIR /app

VOLUME /app

0 comments on commit 39e0418

Please sign in to comment.