Improve docker image and deployment scripts

This commit is contained in:
rubenwardy
2019-11-14 22:24:37 +00:00
parent 9f678d8fde
commit df247b021e
8 changed files with 18 additions and 18 deletions

View File

@@ -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