From 9ffdad266fe72e034a475d0ea0135767f8f2529b Mon Sep 17 00:00:00 2001
From: Chandrasekhar Ramakrishnan <cramakri@ethz.ch>
Date: Sun, 15 Mar 2020 22:10:21 +0000
Subject: [PATCH] build: fix install of covid package in docker

---
 Dockerfile       | 2 +-
 requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 8613268..e80abd4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM renku/renkulab:renku0.9.1-py3.7-0.5.2
 
 # Uncomment and adapt if code is to be included in the image
-# COPY src /code/src
+COPY src /code/src
 
 # Uncomment and adapt if your R or python packages require extra linux (ubuntu) software
 # e.g. the following installs apt-utils and vim; each pkg on its own line, all lines
diff --git a/requirements.txt b/requirements.txt
index 8e7719e..935cb60 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,7 +15,7 @@ Click==7.0
 colorama==0.4.3
 conda==4.7.12
 conda-package-handling==1.6.0
--e src/covid-19/covid_19_dashboard
+-e /code/src/covid-19/covid_19_dashboard
 cryptography==2.8
 decorator==4.4.1
 defusedxml==0.6.0
-- 
GitLab