Switch to entrypoint

This commit is contained in:
Ruakij 2022-11-23 18:41:59 +01:00
parent 14e9f7ee35
commit 637bb11fdd

View File

@ -19,4 +19,4 @@ FROM base AS release
# Copy build-target
COPY --from=build /build/target/release/bandwhich .
CMD ["./bandwhich"]
ENTRYPOINT ["./bandwhich"]