mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 06:35:24 +00:00
dockerfile: develop install for now
This way code propagates during development
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user