#4 Improve backup PVC Makefile

This commit is contained in:
Tomasz Sęk 2019-06-18 19:56:43 +02:00
parent 2918ce6ef6
commit 06be46952b
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ COPY bin .
RUN chmod +x *.sh
USER user
CMD exec /bin/sh -c "trap : TERM INT; (while true; do sleep 1000; done) & wait"
CMD exec /bin/sh -c "while true; do sleep 1000; done"

View File

@ -1 +1 @@
v0.0.1
v0.0.2