Skip to content

Commit

Permalink
update goreleaser to point to new dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
punit-kulal committed Sep 30, 2021
1 parent 14dea7a commit f84e2da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ archives:

dockers:
-
dockerfile: goreleaser.Dockerfile
image_templates:
- "gojektech/albatross:latest"
- "gojektech/albatross:{{ .Tag }}"
Expand Down
7 changes: 7 additions & 0 deletions goreleaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM golang:1.14.4

WORKDIR /go/src/albatross
COPY . .

EXPOSE 8080
CMD ["./albatross"]

0 comments on commit f84e2da

Please sign in to comment.