mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-02-28 06:53:12 +08: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