dockerfile: develop install for now
This way code propagates during development
This commit is contained in:
parent
fa6812ad06
commit
cb0980f8ce
|
@ -5,7 +5,7 @@ RUN apk update && apk add python3 dcron mariadb-client postgresql-client
|
|||
ADD . /restic-volume-backup
|
||||
WORKDIR /restic-volume-backup
|
||||
RUN pip3 install -U pip setuptools
|
||||
RUN python3 setup.py develop && pip3 install .
|
||||
RUN pip3 install -e .
|
||||
|
||||
ENTRYPOINT []
|
||||
CMD ["./entrypoint.sh"]
|
||||
|
|
Loading…
Reference in New Issue