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 c51f3ea commit 365762dCopy full SHA for 365762d
Dockerfile
@@ -4,7 +4,7 @@ ARG VERSION=custom
4
5
FROM golang:1.20
6
7
-WORKDIR /go/src/github.com/fly-examples/fly-postgres
+WORKDIR /go/src/github.com/fly-apps/fly-postgres
8
COPY . .
9
10
RUN CGO_ENABLED=0 GOOS=linux go build -v -o /fly/bin/event_handler ./cmd/event_handler
Dockerfile-timescaledb
0 commit comments