Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
internal git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
sparklyballs committed Jul 21, 2017
1 parent 767722c commit 003b49d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN \
configparser \
tzlocal && \

# install app
git clone --depth 1 https://github.com/evilhero/mylar.git /app/mylar && \

# cleanup
rm -rf \
/root/.cache \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ For more detailed setup refer [mylar](https://github.com/evilhero/mylar).

## Versions

+ **21.07.17:** Internal git pull instead of at runtime.
+ **25.05.17:** Rebase to alpine 3.6.
+ **19.02.17:** Use quiet option for cleaner console log,
app logs to file anyways.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# make folders
mkdir -p /config/{mylar,scripts}

# install app
[[ ! -d /app/mylar/.git ]] && \
git clone https://github.com/evilhero/mylar.git /app/mylar

# copy scripts folder to config
[[ ! -d /config/scripts/sabnzbd ]] && \
cp -pr /app/mylar/post-processing/* /config/scripts/
Expand Down

0 comments on commit 003b49d

Please sign in to comment.