Skip to content

Commit 449702a

Browse files
committed
Remove entrypoint from dockerfile to support nf-core
nf-core requires that containers for modules not override the entrypoint to something other than /bin/bash.
1 parent 3e354be commit 449702a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ COPY ./main.py /opt/
2020
# COPY ./testdata/exemplar-001-cycle-06.ome.tiff /data/
2121
# RUN /opt/main.py --cpu /data/exemplar-001-cycle-06.ome.tiff /data/
2222
# RUN rm -r /data
23-
ENTRYPOINT ["/opt/main.py"]

0 commit comments

Comments
 (0)