Skip to content

Commit

Permalink
Added docker file for plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
  • Loading branch information
Yuvraj committed Jan 9, 2023
1 parent 5e5ccfa commit 3f4f6f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
@@ -0,0 +1,9 @@
FROM cgr.dev/chainguard/go:latest

WORKDIR /usr/code
COPY . .
RUN go mod tidy

ENTRYPOINT ["go run main.go"]


0 comments on commit 3f4f6f9

Please sign in to comment.