mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2026-02-04 09:20:26 +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
|
ADD . /restic-volume-backup
|
||||||
WORKDIR /restic-volume-backup
|
WORKDIR /restic-volume-backup
|
||||||
RUN pip3 install -U pip setuptools
|
RUN pip3 install -U pip setuptools
|
||||||
RUN python3 setup.py develop && pip3 install .
|
RUN pip3 install -e .
|
||||||
|
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
CMD ["./entrypoint.sh"]
|
CMD ["./entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user