We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19038a4 commit bfd8a00Copy full SHA for bfd8a00
Dockerfile
@@ -1,9 +1,9 @@
1
FROM golang:alpine AS build
2
3
RUN apk add --update git
4
-WORKDIR /go/src/github.com/codelytv/golang-hex-examples
+WORKDIR /go/src/github.com/CodelyTV/go-hexagonal_http_api-course
5
COPY . .
6
-RUN CGO_ENABLED=0 go build -o /go/bin/codelytv-mooc-api 15-deploy-to-production/cmd/api/main.go
+RUN CGO_ENABLED=0 go build -o /go/bin/codelytv-mooc-api 08-03-debugging/cmd/api/main.go
7
8
# Building image with the binary
9
FROM scratch
0 commit comments