Skip to content

Commit

Permalink
Merge pull request #2 from jtfrey/development
Browse files Browse the repository at this point in the history
Fix missing path on `docker build` command
  • Loading branch information
jtfrey authored Sep 21, 2021
2 parents 44555e5 + 49ca090 commit 29b24a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The container image is built in this repository directory using:

```
$ cd Docker
$ ROOT_PASSWORD="<password>" docker build --rm --tag local/xdmod:8.1.2
$ ROOT_PASSWORD="<password>" docker build --rm --tag local/xdmod:8.1.2 .
```

The following example illustrates the creation of an instance with persistent database and ingest queue directories:
Expand Down

0 comments on commit 29b24a4

Please sign in to comment.