Skip to content

Commit

Permalink
Include key in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandiny committed Dec 11, 2019
1 parent eaa59d5 commit c0b26f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt update
RUN apt install -y reprepro gpg python3 python3-git python3-gnupg expect

COPY entrypoint.py /entrypoint.py
COPY key.py /key.py

ENTRYPOINT ["python3","/entrypoint.py"]

0 comments on commit c0b26f4

Please sign in to comment.