Skip to content

Commit

Permalink
fix: Especificar o caminho do arquivo main.go no comando de build do …
Browse files Browse the repository at this point in the history
…Dockerfile de produção
  • Loading branch information
fabianoflorentino committed Nov 8, 2024
1 parent af1adf0 commit fd97615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /aprendago

COPY . .

RUN go build -o /go/bin/aprendago
RUN go build -o /go/bin/aprendago cmd/aprendago/main.go

FROM alpine:3.20 as aprendago

Expand Down

0 comments on commit fd97615

Please sign in to comment.