🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/tmp/init.sh
rootfs/tmp/update-geoip-db.sh
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh
This commit is contained in:
casjay
2024-07-07 12:46:36 -04:00
parent f801c674e0
commit ba0e61f764
4 changed files with 8 additions and 12 deletions

View File

@@ -99,7 +99,7 @@ RUN set -ex ; \
ln -sf /opt/echoip/echoip /usr/local/bin/echoip ; \
ln -sf /opt/echoip/echoip /usr/local/bin/ifconfig ; \
sed -i "s|REPLACE_MODIFIED|$(date +'%Y-%m-%d at %H:%M')|g" /opt/echoip/html/index.html; \
bash -c "/tmp/init.sh"
bash -c "/tmp/update-geoip-db.sh"
RUN set -ex ; \
echo 'Running cleanup' ; \