Skip to content

Commit

Permalink
docker: Copy the additional scripts into the image (closes #841)
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Apr 12, 2024
1 parent f0a872f commit 841d56b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN pip3 install cnvkit==0.9.10 --no-cache
# Let matplotlib build its font cache
RUN cnvkit.py version

COPY scripts/* /opt/conda/bin

## USER CONFIGURATION, containers should not run as root
RUN adduser --disabled-password --gecos '' ubuntu && chsh -s /bin/bash && mkdir -p /home/ubuntu
USER ubuntu
Expand Down

0 comments on commit 841d56b

Please sign in to comment.