We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de04647 commit 4e016d1Copy full SHA for 4e016d1
1 file changed
‎Dockerfile‎
@@ -15,10 +15,10 @@ ENV PATH="/nextstrain/miniforge/bin:$PATH"
15
RUN conda init bash
16
17
# Create conda environments
18
-COPY envs/snippy.yaml /tmp/
+COPY --chown=nextstrain:nextstrain envs/snippy.yaml /tmp/
19
RUN conda env create --name snippy --file /tmp/snippy.yaml && rm /tmp/snippy.yaml
20
21
-COPY envs/tb-profiler.yaml /tmp/
+COPY --chown=nextstrain:nextstrain envs/tb-profiler.yaml /tmp/
22
RUN conda env create --name tb-profiler --file /tmp/tb-profiler.yaml && rm /tmp/tb-profiler.yaml
23
24
# Switch back to root. The entrypoint will drop to nextstrain:nextstrain as
0 commit comments