Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ramzes642 authored Apr 13, 2023
1 parent c5ead62 commit e33d23e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /go/src/deployer

COPY go.mod ./
COPY main.go ./
COPY handler.go ./

RUN go build -o ./deployer .

Expand Down

0 comments on commit e33d23e

Please sign in to comment.