improve code readability

This commit is contained in:
Karol Wypchlo 2022-02-08 12:25:08 +01:00
parent 0292f57f3e
commit 967d9c24d1
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ENV NODE_ENV production
# 4. start the health-check api service
CMD [ "sh", "-c", \
"serverip=$(node src/whatismyip.js) && \
echo export serverip=${serverip} >> /etc/environment && \
echo \"export serverip=${serverip}\" >> /etc/environment && \
dnsmasq --no-resolv --log-facility=/var/log/dnsmasq.log --address=/$PORTAL_DOMAIN/$serverip --server=127.0.0.11 && \
echo \"$(sed 's/127.0.0.11/127.0.0.1/' /etc/resolv.conf)\" > /etc/resolv.conf && \
crond && \