mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
ci: updated dockerfile
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# replace default api path to new one
|
||||
python /app/bin/update_docker_js_api_address.py
|
||||
if [ "${CRAWLAB_MASTER_NODE}" == "Y" ]; then
|
||||
# Replace default api path to new one
|
||||
python /app/bin/update_docker_js_api_address.py
|
||||
|
||||
# Start nginx
|
||||
service nginx start
|
||||
fi
|
||||
|
||||
# Start backend
|
||||
crawlab-server server
|
||||
|
||||
Reference in New Issue
Block a user