Don't pollute the docker root

merge-requests/54/head
davidcorne 2020-07-07 14:34:16 +01:00
parent 131f32ee2a
commit f626023e3f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ 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 . .
COPY . /project
WORKDIR bin
WORKDIR /project/bin
CMD [ "python3", "gendb.py"]