Hardening of the Frontend docker image (#377)

* move the env-config script to a sub folder
* fix doc
* fix ports and ref to the official image
* add hardening to the docker-compose examples
This commit is contained in:
Chevdor
2021-08-26 12:20:01 +02:00
committed by GitHub
parent c201ece634
commit 238d529eae
10 changed files with 83 additions and 22 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"eject": "react-scripts-ts eject",
"pretty:check": "prettier --check src/**/*.{ts,tsx}",
"pretty:fix": "prettier --write src",
"clean": "rm -rf node_modules build .nyc env-config.js report*.json yarn-error.log"
"clean": "rm -rf node_modules build .nyc ./tmp/env-config.js report*.json yarn-error.log"
},
"dependencies": {
"@polkadot/util-crypto": "^2.8.1",