mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-13 21:49:26 +02:00
Use mountable database folder
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user