diff --git a/Dockerfile b/Dockerfile index 5897498..57a2838 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM resin/raspberrypi3-alpine -COPY --from=0 mandelmapper /usr/bin +COPY mandelmapper /usr/bin EXPOSE 6161:6161 CMD mandelmapper