Skip to content

Commit 365762d

Browse files
authored
Correct the organisation name (#199)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent c51f3ea commit 365762d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VERSION=custom
44

55
FROM golang:1.20
66

7-
WORKDIR /go/src/github.com/fly-examples/fly-postgres
7+
WORKDIR /go/src/github.com/fly-apps/fly-postgres
88
COPY . .
99

1010
RUN CGO_ENABLED=0 GOOS=linux go build -v -o /fly/bin/event_handler ./cmd/event_handler

Dockerfile-timescaledb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VERSION=custom
44

55
FROM golang:1.20
66

7-
WORKDIR /go/src/github.com/fly-examples/fly-postgres
7+
WORKDIR /go/src/github.com/fly-apps/fly-postgres
88
COPY . .
99

1010
RUN CGO_ENABLED=0 GOOS=linux go build -v -o /fly/bin/event_handler ./cmd/event_handler

0 commit comments

Comments
 (0)