Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Apr 21, 2022
1 parent 770d6f1 commit 6064c24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM alpine:3.14.3
RUN apk add --no-cache ca-certificates
RUN adduser -D acorn
COPY acorn /usr/local/bin/acorn
USER acorn
ENTRYPOINT ["/usr/local/bin/acorn"]

0 comments on commit 6064c24

Please sign in to comment.