Skip to content

Commit

Permalink
Fix bad copy paste (#29)
Browse files Browse the repository at this point in the history
* Fix bad copy paste

* Remove workdir
  • Loading branch information
kaspernissen authored Mar 9, 2021
1 parent 104b294 commit a03304f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile-goreleaser
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM golang:1.16.0 as builder

FROM scratch
WORKDIR /app

COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY release-manager-bot /

ENTRYPOINT [ "./release-manager-bot" ]
ENTRYPOINT [ "/release-manager-bot" ]

COPY release-manager-bot /

0 comments on commit a03304f

Please sign in to comment.