Skip to content

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed Dec 21, 2024
1 parent 7e044d3 commit e4b765c
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 @@ -3,6 +3,7 @@ ENV APP_NAME=ponder
ENV WORKDIR=/app
WORKDIR $WORKDIR
COPY . .
RUN apk add --no-cache build-base pkgconfig alsa-lib-dev
RUN go mod download
RUN go build -o /$APP_NAME

Expand Down

0 comments on commit e4b765c

Please sign in to comment.