diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-01-28 20:48:07 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-01-28 20:48:07 +0000 |
| commit | d77403c0be04a79693fca4b0a8c6a5b3e06a6177 (patch) | |
| tree | defb75c7be510e99c0b246edf0220c7e1352d905 /Dockerfile | |
| parent | e9fe936aa98e9325034750f2f327ad4271c7e55d (diff) | |
| download | cheatdb-d77403c0be04a79693fca4b0a8c6a5b3e06a6177.tar.xz | |
Add min and max Minetest version support
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,9 +8,10 @@ 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 app app COPY migrations migrations -COPY config.prod.cfg ./config.prod.cfg +COPY config.cfg ./config.cfg |
