mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
Add dockerfile and push to ghcr
This commit is contained in:
parent
6ed9d4554a
commit
d8d9df1c54
3 changed files with 103 additions and 0 deletions
20
.dockerignore
Normal file
20
.dockerignore
Normal file
|
@ -0,0 +1,20 @@
|
|||
node_modules
|
||||
npm-debug.log
|
||||
travis.log
|
||||
build
|
||||
.vscode
|
||||
.*.swp
|
||||
src/core/config/modules/*
|
||||
src/core/config/OperationConfig.json
|
||||
src/core/operations/index.mjs
|
||||
src/node/config/OperationConfig.json
|
||||
src/node/index.mjs
|
||||
**/*.DS_Store
|
||||
tests/browser/output/*
|
||||
.node-version
|
||||
|
||||
.git/
|
||||
.github/
|
||||
tests/
|
||||
.dockerignore
|
||||
Dockerfile
|
Loading…
Add table
Add a link
Reference in a new issue