mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-01 11:18:00 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user