diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ RUN apt-get update && \ apt-get clean ADD src /app +ADD other_conf/uwsgi.conf /app/ ADD start.sh / ENTRYPOINT [ "/start.sh" ] |