Switch to entrypoint

tool_auto-editor
Ruakij 2 years ago
parent 14e9f7ee35
commit 637bb11fdd

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

Loading…
Cancel
Save