add hack to dockerfile

This commit is contained in:
41666 2022-11-27 14:56:49 -05:00
parent 2bbb36e942
commit 41b0483b10

View file

@ -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