Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
destan0098 committed Feb 19, 2024
1 parent 5ab376a commit d6d4f31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM golang:latest

WORKDIR /cmd/checkwpjson

COPY . .
RUN go build -o checkwpjson ./\cmd/\checkwpjson/\checkwpjson.go
ENTRYPOINT [ "./checkwpjson" ]

Binary file added checkwpjson
Binary file not shown.

0 comments on commit d6d4f31

Please sign in to comment.