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

Commit faeb184

Browse files
Replace ENTRYPOINT with CMD
1 parent 20a3d6e commit faeb184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN adduser -D -u 678 watchdog && \
1010
apk add --no-cache --no-progress git
1111
USER watchdog
1212
COPY --from=build /go/src/github.com/factoriotools/factorio-docker-watchdog/app /app
13-
ENTRYPOINT ["/app"]
13+
CMD ["/app"]

0 commit comments

Comments
 (0)