mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
3 lines
157 B
Bash
Executable file
3 lines
157 B
Bash
Executable file
#!/bin/bash
|
|
# Needs buildx to build. Run tpotce/bin/setup-builder.sh first
|
|
docker buildx build --no-cache --progress plain --output ../../dist/html/esvue/ .
|