Use mountable database folder

This commit is contained in:
Sascha Ißbrücker
2019-07-03 19:50:25 +02:00
parent d57ea27ba3
commit c489f354c5
5 changed files with 25 additions and 3 deletions

View File

@@ -20,6 +20,9 @@ COPY uwsgi.ini .
COPY bootstrap.sh .
RUN ["chmod", "+x", "./bootstrap.sh"]
# Create data folder
RUN ["mkdir", "data"]
EXPOSE 9090
# Start uwsgi server