diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-11-14 22:24:37 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-11-14 22:24:37 +0000 |
| commit | df247b021e3a5c6be4a633aaccb7bcdf50e28740 (patch) | |
| tree | c2b8a7b80a88ea97ee5b722d7b2a35e563e2e0bd /Dockerfile | |
| parent | 9f678d8fde5b807a8abec384419f34294cedaeef (diff) | |
| download | cheatdb-df247b021e3a5c6be4a633aaccb7bcdf50e28740.tar.xz | |
Improve docker image and deployment scripts
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |
