mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
.. | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
index.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
yarn.lock |
Scripts that run to keep changing the data in the database.
ADMIN_SECRET=<secret> node index.js
docker build -t g2c-stocks-script:v1 .
docker run -e ADMIN_SECRET=<secret> g2c-stocks-script:v1