fix: fix entrypoint misconfig colliding with command param
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user