You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- FROM choppy/bioconductor-cn.mops:1.16.2
-
- COPY . /opt/mops
- RUN chmod a+x /opt/mops/cn_mops
- RUN ln -s /opt/mops/cn_mops /bin
-
- WORKDIR /data/
-
- CMD ["ls", "-al", "/opt"]
|