From 64f131ae27a7332245b5a4eb8e1e4879d7d99578 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 15 Nov 2019 23:51:42 +0000 Subject: Refactor endpoints to use blueprints instead --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 0bcaa9e..c88d0a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,10 @@ RUN pip install -r ./requirements.txt RUN pip install gunicorn COPY utils utils -COPY app app -COPY migrations migrations COPY config.cfg ./config.cfg +COPY migrations migrations +COPY app app +RUN mkdir /home/cdb/app/public/uploads/ RUN chown cdb:cdb /home/cdb -R - USER cdb -- cgit v1.2.3