Skip to content

Commit

Permalink
Merge pull request #23 from artyomLisovskij/pr-1
Browse files Browse the repository at this point in the history
change go get to go install @ Dockerfile
  • Loading branch information
alash3al authored Apr 6, 2024
2 parents ccbe3f1 + 933534d commit 40d8774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:alpine

RUN apk update && apk add git

RUN go get github.com/alash3al/wsify
RUN go install github.com/alash3al/wsify@latest

ENTRYPOINT ["wsify"]

Expand Down

0 comments on commit 40d8774

Please sign in to comment.