dockerfile

This commit is contained in:
minish 2023-02-02 18:29:36 -05:00 committed by minish
parent 53b0b95554
commit d0a739386f
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ RUN [ "cargo", "install", "--path", "." ]
FROM debian:bullseye-slim
COPY --from=builder /usr/local/cargo/bin/breeze /usr/local/bin/breeze
ENTRYPOINT [ "breeze" ]
CMD [ "breeze" ]