dockerfile
This commit is contained in:
parent
53b0b95554
commit
d0a739386f
|
@ -7,4 +7,4 @@ RUN [ "cargo", "install", "--path", "." ]
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
COPY --from=builder /usr/local/cargo/bin/breeze /usr/local/bin/breeze
|
COPY --from=builder /usr/local/cargo/bin/breeze /usr/local/bin/breeze
|
||||||
|
|
||||||
ENTRYPOINT [ "breeze" ]
|
CMD [ "breeze" ]
|
Loading…
Reference in New Issue