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"]
+1 -1
View File
@@ -12,7 +12,7 @@ services:
networks:
- c2-network
restart: unless-stopped
command: ["server", "--profile", "/app/profiles/default.yaotl", "--debug"]
entrypoint: ["/app/havoc-ts", "server", "--profile", "/app/profiles/default.yaotl", "--debug"]
cloudflare-tunnel:
container_name: havoc-cloudflare-tunnel