comments
diff --git a/containers/xos/initdb b/containers/xos/initdb
index b7d1357..bd020c5 100755
--- a/containers/xos/initdb
+++ b/containers/xos/initdb
@@ -12,4 +12,5 @@
# init db schema
docker run -it $IMAGE_NAME /opt/xos/scripts/opencloud makemigrations
CONTAINER_ID=$(docker ps -a | grep $IMAGE_NAME | head -1 | awk '{print $1}')
+# run overrides the CMD specifed in the Dockerfile, so we re-set the CMD in the final commit"
docker commit --change "CMD python /opt/xos/manage.py runserver 0.0.0.0:8000 --insecure" $CONTAINER_ID $IMAGE_NAME