aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
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