From c2b0da0d6a43653d5559a38316f36a43e159ccc3 Mon Sep 17 00:00:00 2001 From: Daniel Thamdrup Date: Thu, 11 Jul 2024 11:28:37 +0200 Subject: [PATCH] forgot to save compose file Signed-off-by: Daniel Thamdrup --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54830663..960a218c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ RUN --mount=type=bind,readwrite,from=src,source=/src,target=/src \ FROM scratch AS runtime COPY --from=build /xmrig-proxy /xmrig-proxy -ENTRYPOINT [ "/xmrig-proxy" ] \ No newline at end of file +ENTRYPOINT [ "/xmrig-proxy" ]