From 672df4b75d43d6b02bbf10da9f6d663013a9f8db Mon Sep 17 00:00:00 2001 From: Lacey-Anne Sanderson Date: Wed, 1 May 2024 20:11:52 -0600 Subject: [PATCH] make command more readable. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f4d6b85..d5e73e18 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,8 @@ You will be prompted for a password. The default password is `chadotest` When you build the image as shown above, it actually uses the current code in your Chado clone. In order to allow you to modify the migrations while running the container, you will mount your current directory inside the container using the following approach. This way you can edit the files locally and they will be automatically updated within the container and available to flyway. ```bash -docker build --tag gmod/chado:local --file docker/Dockerfile --build-arg PGSQL_VERSION= ./ +docker build --tag gmod/chado:local --file docker/Dockerfile \ + --build-arg PGSQL_VERSION= ./ docker run -it -rm --volume=$(pwd):/Chado gmod/chado:local ``` You can test FlyWay migrations by running these flyway commands: