summaryrefslogtreecommitdiff
path: root/start_artifact_store
diff options
context:
space:
mode:
Diffstat (limited to 'start_artifact_store')
-rw-r--r--start_artifact_store6
1 files changed, 1 insertions, 5 deletions
diff --git a/start_artifact_store b/start_artifact_store
index 3bc4a40..a920db0 100644
--- a/start_artifact_store
+++ b/start_artifact_store
@@ -17,8 +17,4 @@
set -eux
export ARTIFACT_STORE_CONFIG=/etc/ick/artifact_store.yaml
-gunicorn3 \
- --bind 127.0.0.1:12766 \
- --log-file /var/log/ickas/gunicorn3.log \
- --log-level debug \
- artifact_store:app
+python3 /usr/lib/python3/dist-packages/artifact_store.py