diff entrypoint.sh @ 4:f714a6a7842c

start new web view for hgand github syncing
author drewp@bigasterisk.com
date Fri, 24 Jul 2020 14:42:08 -0700
parents
children db4037285592
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/entrypoint.sh	Fri Jul 24 14:42:08 2020 -0700
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo "nameserver 10.43.0.10 8.8.8.8" > /etc/resolv.conf
+
+exec python3.8 hg_status.py -v
\ No newline at end of file