mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-03 21:42:13 +00:00
3 lines
133 B
Bash
Executable file
3 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
# Needs buildx to build. Run tpotce/bin/setup-builder.sh first
|
|
docker buildx build --output ../../dist/html/cyberchef/ .
|