mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-13 09:36:52 -04:00
Feature: added docker support
This commit is contained in:
parent
3472484601
commit
51559522ac
6 changed files with 41 additions and 0 deletions
8
buildDocker.sh
Normal file
8
buildDocker.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# build latest image
|
||||
grunt prod
|
||||
|
||||
docker build -t loopsun/cyberchef:latest .
|
||||
|
||||
docker push loopsun/cyberchef:latest
|
Loading…
Add table
Add a link
Reference in a new issue