選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Dockerfile 166B

123456789
  1. FROM choppy/bioconductor-cn.mops:1.16.2
  2. COPY . /opt/mops
  3. RUN chmod a+x /opt/mops/cn_mops
  4. RUN ln -s /opt/mops/cn_mops /bin
  5. WORKDIR /data/
  6. CMD ["ls", "-al", "/opt"]