From 44f23466d64cbf1777f1adb833741df727c89b0a Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Jul 28 2018 09:42:10 +0000 Subject: Add the build step to web run script This commit adds the build step to the web run script of docker file, this enables to resolve few dependecy problem and have a setup in the container. Signed-off-by: Farhaan Bukhsh --- diff --git a/dev/docker/web-run b/dev/docker/web-run index 41ef4be..c3b5296 100644 --- a/dev/docker/web-run +++ b/dev/docker/web-run @@ -1,4 +1,5 @@ #!/bin/bash -xe +python setup.py build if [ ! -f /attachments/inited ]; then echo "Giving Postgres time to start"