Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 8575408

Browse files
Update package name
1 parent 10f1fe0 commit 8575408

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,5 +1,5 @@
11
FROM golang:1.12-alpine AS build
2-
WORKDIR /go/src/github.com/fankserver/docker-factorio-watchdog
2+
WORKDIR /go/src/github.com/factoriotools/factorio-docker-watchdog
33
RUN apk add --no-cache alpine-sdk
44
COPY . .
55
RUN go get ./... && \
@@ -9,5 +9,5 @@ FROM alpine
99
RUN adduser -D -u 678 watchdog && \
1010
apk add --no-cache alpine-sdk
1111
USER watchdog
12-
COPY --from=build /go/src/github.com/fankserver/docker-factorio-watchdog/app /app
12+
COPY --from=build /go/src/github.com/factoriotools/factorio-docker-watchdog/app /app
1313
ENTRYPOINT ["/app"]

0 commit comments

Comments
 (0)