Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- 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"]
|