Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #138 from Human-Connection/remove_private_ssh_key_…
Browse files Browse the repository at this point in the history
…from_docker_image

Don't copy private SSH key into docker image
  • Loading branch information
appinteractive authored Jan 28, 2019
2 parents e70d9c9 + 5bdc728 commit 3e570a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db-migration-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ RUN apt-get update \
&& apt-get -y install --no-install-recommends openssh-client rsync \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY .ssh /root/.ssh/
COPY import.sh .

0 comments on commit 3e570a9

Please sign in to comment.