Skip to content

Commit

Permalink
trying to add the docker pull ot see if that does anything
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Oct 30, 2019
1 parent efaf47f commit 134900a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap_apollo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export GALAXY_SHARED_DIR=`pwd`/apollo_shared_dir
mkdir -p "$GALAXY_SHARED_DIR"

docker pull quay.io/gmod/apollo:latest
docker run --memory=4g -d -it -p 8888:8080 -v `pwd`/apollo_shared_dir/:`pwd`/apollo_shared_dir/ quay.io/gmod/apollo:latest

echo "[BOOTSTRAP] Waiting while Apollo starts up..."
Expand Down

0 comments on commit 134900a

Please sign in to comment.