Skip to content

Commit

Permalink
Fixed an format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liseli committed Mar 13, 2024
1 parent cfe9120 commit c59d84c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ Step 2. Retrieve from pairtree repository data for testing
`scp $HT_SSH_HOST:/sdr1/obj/umn/pairtree_root/31/95/1d/03/01/41/20/v/31951d03014120v/31951d03014120v{.zip,mets.xml} ../sdr1/obj`

Step 3. Create the image
`docker build -t document_generator . docker compose up document_retriever -d`
`docker build -t document_generator .
docker compose up document_retriever -d`

Step 4. export MYSQL_USER=
export MYSQL_PASS=
Expand Down

0 comments on commit c59d84c

Please sign in to comment.