Skip to content

Commit

Permalink
Containerfile edit, /guestbook-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Apr 19, 2024
1 parent 747b7b0 commit ce1d104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . /go/src/github.com/led0nk/guestbook

WORKDIR /go/src/github.com/led0nk/guestbook

RUN make build
RUN CGO_ENABLED=0 go build -o bin/guestbook cmd/server/main.go

FROM scratch

Expand Down

0 comments on commit ce1d104

Please sign in to comment.