diff --git a/Dockerfile b/Dockerfile index 23cb2ec..3c2a39c 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"]