diff --git a/Dockerfile b/Dockerfile index 33c79a5..610503d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,5 @@ RUN cd phase2 && \ find ./target/release/ -maxdepth 1 -type f -perm /a+x -exec sh -c 'mv {} /build/bin/phase2_$(basename {})' \; FROM debian:buster-slim -COPY --from=builder /build/bin/* /usr/bin/ \ No newline at end of file +COPY --from=builder /build/bin/* /usr/bin/ +WORKDIR /data