We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae29ea commit afb8b88Copy full SHA for afb8b88
Dockerfile
@@ -1,3 +1,4 @@
1
FROM scratch
2
-ENTRYPOINT ["/endpoints"]
3
COPY endpoints /
+ENTRYPOINT ["/endpoints"]
4
+CMD ["--config=."]
0 commit comments