diff --git a/Dockerfile b/Dockerfile index 3ebba77..4710ed4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ARG SERVICE WORKDIR /app COPY Cargo.toml Cargo.lock ./ COPY services ./services +COPY hack ./hack RUN cargo build --bin ${SERVICE} --release