Skip to content

Commit bfd8a00

Browse files
committed
Minor fix on Dockerfile path reference
1 parent 19038a4 commit bfd8a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM golang:alpine AS build
22

33
RUN apk add --update git
4-
WORKDIR /go/src/github.com/codelytv/golang-hex-examples
4+
WORKDIR /go/src/github.com/CodelyTV/go-hexagonal_http_api-course
55
COPY . .
6-
RUN CGO_ENABLED=0 go build -o /go/bin/codelytv-mooc-api 15-deploy-to-production/cmd/api/main.go
6+
RUN CGO_ENABLED=0 go build -o /go/bin/codelytv-mooc-api 08-03-debugging/cmd/api/main.go
77

88
# Building image with the binary
99
FROM scratch

0 commit comments

Comments
 (0)