From 22fbacdc2044f3e933b1d9bbe43c790b34577cb8 Mon Sep 17 00:00:00 2001 From: Matt Prahl Date: Wed, 7 Dec 2016 08:59:30 -0500 Subject: [PATCH] Use 'python setup.py develop' instead so that local syncing works --- Dockerfile | 2 +- Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f06bacd2..068566d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ RUN dnf install -y \ && mkdir /tmp/module_build_service/ COPY . /tmp/module_build_service/ WORKDIR /tmp/module_build_service/ -RUN python setup.py install +RUN python setup.py develop diff --git a/Vagrantfile b/Vagrantfile index 52351e38..3ad6a742 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -27,7 +27,7 @@ $script = <