From 0ff6302662114b221bd1d9b6dfe8a141d2e5bd5f Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Mon, 2 Sep 2024 15:35:17 +0100 Subject: [PATCH] PLAT-546 - docker issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c2a39c..23cb2ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM alpine:3.6 RUN apk --update add \ ca-certificates -COPY ./build/linux/moroz/usr/bin/moroz +COPY ./build/linux/moroz /usr/bin/moroz CMD ["moroz"]