Skip to content

Commit 11af1db

Browse files
committed
Fix environment typo in docker image
1 parent 6c79f51 commit 11af1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ LABEL authors="[email protected]" \
55

66
COPY environment.yml /
77
RUN conda env create -f /environment.yml && conda clean -a
8-
ENV PATH /opt/conda/envs/nfcore-chipseq-1.4dev/bin:$PATH
8+
ENV PATH /opt/conda/envs/nfcore-chipseq-1.0dev/bin:$PATH

0 commit comments

Comments
 (0)