mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
8 lines
135 B
Bash
8 lines
135 B
Bash
#!/usr/bin/env bash
|
|
|
|
# build latest image
|
|
grunt prod
|
|
|
|
docker build -t loopsun/cyberchef:latest .
|
|
|
|
docker push loopsun/cyberchef:latest
|