Skip to content

Commit f435a12

Browse files
authored
docs: fix README (#80)
1 parent 0334eec commit f435a12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ docker build -t <your-org>/config-server:<tag> .
4646

4747
If needed, it's possible to run the migrations straight from the docker image by running the following command:
4848
```bash
49-
docker run --rm <your-org>/config-server:<tag> node ./db/runMi
50-
grations.js
49+
docker run --rm <your-org>/config-server:<tag> node ./db/runMigrations.js
5150
```
5251
Don't forget to set the required environment variables.

0 commit comments

Comments
 (0)