Skip to content

Commit afb8b88

Browse files
author
Alex Rios
committed
optional flag to docker image
1 parent 1ae29ea commit afb8b88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM scratch
2-
ENTRYPOINT ["/endpoints"]
32
COPY endpoints /
3+
ENTRYPOINT ["/endpoints"]
4+
CMD ["--config=."]

0 commit comments

Comments
 (0)