diff --git a/docker/astroport/astroport.sh b/docker/astroport/astroport.sh index c7ee211a..de78e11f 100755 --- a/docker/astroport/astroport.sh +++ b/docker/astroport/astroport.sh @@ -17,6 +17,7 @@ zen() { mkdir -p /home/zen/Astroport sudo chown zen:users /home/zen /home/zen/.zen /home/zen/.zen/game /home/zen/.zen/game/players [ -d "$ASTROPORT_DIR" ] && cd "$ASTROPORT_DIR" && git pull -q || git clone -q "$ASTROPORT_REPO" "$ASTROPORT_DIR" + cd "$ASTROPORT_DIR" && make } case "${1:-${cmd:-start}}" in