#3466 Add the build step to web run script
Merged 5 years ago by pingou. Opened 5 years ago by farhaan.
farhaan/pagure docker-fix  into  master

file modified
+1
@@ -1,4 +1,5 @@ 

  #!/bin/bash -xe

+ python setup.py build

I think it needs to more than just build. I would probably do a develop

I actually think build should be sufficient here, since all the deps should have been installed already.

  if [ ! -f /attachments/inited ];

  then

      echo "Giving Postgres time to start"

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 farhaan.bukhsh@gmail.com

I think it needs to more than just build. I would probably do a develop

I think this needs to be done for the worker and the logcom container image too, since they are importing pagure modules.

I think this needs to be done for the worker and the logcom container image too, since they are importing pagure modules.

I actually think build should be sufficient here, since all the deps should have been installed already.

@farhaan and I talked on IRC. That's :thumbsup: for me :)

Commit 8a8da19 fixes this pull-request

Pull-Request has been merged by pingou

5 years ago