Add an executable
This commit is contained in:
parent
2f7e43b461
commit
bbc889bcac
|
@ -5,3 +5,5 @@ RUN apt-get update --yes
|
|||
RUN apt-get install --yes python3 python3-pip
|
||||
COPY requirements.txt /app
|
||||
RUN pip3 install -r requirements.txt
|
||||
COPY mirrortea /app
|
||||
ENTRYPOINT ["/app/mirrortea"]
|
||||
|
|
Reference in a new issue