Skip to content

Commit bc50844

Browse files
committed
Update the second docs with correct docker image names
1 parent 3e07ec1 commit bc50844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/overview.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
# Make an (almost) empty Dockerfile.
2424
# All of the important instructions are in the repeatmasker-onbuild image
2525
# You can view them here: https://github.com/robsyme/nextflow-annotate/blob/master/Dockerfiles/RepeatMasker-onbuild/Dockerfile
26-
echo "FROM robsyme/nf-repeatmasking" > Dockerfile
26+
echo "FROM robsyme/nf-repeatmasking-onbuild" > Dockerfile
2727

2828
# Build a new docker image called 'nf-repeatmasking'.
2929
# When building, this image looks for a file called 'repeatmaskerlibraries.tar.gz' which it pulls into the image.
30-
docker build -t repeats .
30+
docker build -t robsyme/nf-repeatmasking .
3131
#+END_SRC
3232

3333
* Walkthrough

0 commit comments

Comments
 (0)