We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0334eec commit f435a12Copy full SHA for f435a12
README.md
@@ -46,7 +46,6 @@ docker build -t <your-org>/config-server:<tag> .
46
47
If needed, it's possible to run the migrations straight from the docker image by running the following command:
48
```bash
49
-docker run --rm <your-org>/config-server:<tag> node ./db/runMi
50
-grations.js
+docker run --rm <your-org>/config-server:<tag> node ./db/runMigrations.js
51
```
52
Don't forget to set the required environment variables.
0 commit comments