mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
git clone --recursive
This commit is contained in:
parent
ac92a03036
commit
edb014e4d4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ ENV PDNSAPIPORT 8081
|
|||
RUN apt-get -y update && \
|
||||
apt-get -y install curl git-core php5-cli php5-curl php5-json php5-sqlite && \
|
||||
mkdir /app && \
|
||||
git clone https://github.com/tuxis-ie/nsedit.git /app/nsedit && \
|
||||
git clone --recursive https://github.com/tuxis-ie/nsedit.git /app/nsedit && \
|
||||
cp /app/nsedit/includes/config.inc.php-dist /app/nsedit/includes/config.inc.php && \
|
||||
sed "s/\$apipass = ''/\$apipass = '$PDNSAPIPWD'/" -i /app/nsedit/includes/config.inc.php && \
|
||||
sed "s/\$apiip = ''/\$apiip = '$PDNSAPIIP'/" -i /app/nsedit/includes/config.inc.php && \
|
||||
|
|
Loading…
Add table
Reference in a new issue