Skip to content

Commit 2213dec

Browse files
authored
revert Dockerfile back to defining an entrypoint (#101)
Now that we are back to only 1 manager binary in the Dockerfile, we can use entrypoint instead of command to lock down what is run.
1 parent 00728d4 commit 2213dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ WORKDIR /
3131
COPY --from=builder /workspace/manager .
3232
USER 65532:65532
3333

34-
CMD ["/manager"]
34+
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)