add hack to dockerfile
This commit is contained in:
parent
2bbb36e942
commit
41b0483b10
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ ARG SERVICE
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY Cargo.toml Cargo.lock ./
|
COPY Cargo.toml Cargo.lock ./
|
||||||
COPY services ./services
|
COPY services ./services
|
||||||
|
COPY hack ./hack
|
||||||
|
|
||||||
RUN cargo build --bin ${SERVICE} --release
|
RUN cargo build --bin ${SERVICE} --release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue