From df247b021e3a5c6be4a633aaccb7bcdf50e28740 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 14 Nov 2019 22:24:37 +0000 Subject: Improve docker image and deployment scripts --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 73b620d..09b1272 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,13 +5,8 @@ WORKDIR /home/cdb COPY requirements.txt requirements.txt RUN pip install -r ./requirements.txt RUN pip install gunicorn -RUN pip install psycopg2 -COPY runprodguni.sh ./ -COPY rundebug.sh ./ -RUN chmod +x runprodguni.sh - -COPY setup.py ./setup.py +COPY utils utils COPY app app COPY migrations migrations COPY config.cfg ./config.cfg -- cgit v1.2.3