Skip to content

Commit

Permalink
docs: fix typo in docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bpeterman committed Feb 19, 2024
1 parent 00909c9 commit 4b7aa36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ To build a docker image in this repo:

make docker-image

This will create biocommons/seqrepo-rest-service:lastest, like this:
This will create biocommons/seqrepo-rest-service:latest, like this:

$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
Expand All @@ -150,4 +150,4 @@ You should then be able to fetch a test sequence like this:
$ curl 'http://127.0.0.1:5000/seqrepo/1/sequence/refseq:NM_000551.3?end=20'
CCTCGCCTCCGTTACAACGG

If things aren't working, check the logs with `docker logs -f seqrepo-rest-service`.
If things aren't working, check the logs with `docker logs -f seqrepo-rest-service`.

0 comments on commit 4b7aa36

Please sign in to comment.