Skip to content

Commit 4e016d1

Browse files
committed
🚧 set nextstrain user as owner of env yaml
1 parent de04647 commit 4e016d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ ENV PATH="/nextstrain/miniforge/bin:$PATH"
1515
RUN conda init bash
1616

1717
# Create conda environments
18-
COPY envs/snippy.yaml /tmp/
18+
COPY --chown=nextstrain:nextstrain envs/snippy.yaml /tmp/
1919
RUN conda env create --name snippy --file /tmp/snippy.yaml && rm /tmp/snippy.yaml
2020

21-
COPY envs/tb-profiler.yaml /tmp/
21+
COPY --chown=nextstrain:nextstrain envs/tb-profiler.yaml /tmp/
2222
RUN conda env create --name tb-profiler --file /tmp/tb-profiler.yaml && rm /tmp/tb-profiler.yaml
2323

2424
# Switch back to root. The entrypoint will drop to nextstrain:nextstrain as

0 commit comments

Comments
 (0)