fix: fix entrypoint misconfig colliding with command param

This commit is contained in:
2026-06-25 23:26:15 +01:00
parent 33909d799d
commit 5746b304b1
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -41,5 +41,3 @@ COPY --from=builder /build/havoc-ts /app/havoc-ts
COPY --from=builder /build/data /app/data
EXPOSE 40056
ENTRYPOINT ["/app/havoc-ts"]