Run gendb.py in the Dockerfile

merge-requests/54/head
David Corne 2020-07-07 13:30:14 +01:00
parent 7d4f8ad7a6
commit 131f32ee2a
1 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,9 @@ RUN sudo apt-get -y update
RUN sudo apt-get -y upgrade
RUN sudo apt-get install -y sqlite3 libsqlite3-dev python3 python3-pip
RUN pip3 install 'pyyaml>5.1'
COPY . .
WORKDIR bin
CMD [ "python3", "gendb.py"]