ci: avoid /tmp creation in Dockerfile
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
COPY mc-router /
|
COPY mc-router /
|
||||||
# create a temp directory for k8s library logging
|
|
||||||
COPY README.md /tmp/
|
|
||||||
ENTRYPOINT ["/mc-router"]
|
ENTRYPOINT ["/mc-router"]
|
||||||
Reference in New Issue
Block a user