mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 08:41:32 -04:00
9 lines
135 B
Bash
9 lines
135 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
# build latest image
|
||
|
grunt prod
|
||
|
|
||
|
docker build -t loopsun/cyberchef:latest .
|
||
|
|
||
|
docker push loopsun/cyberchef:latest
|