git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
95be2d0
)
Added data directory instruction
author
Adam Dullage
<redacted>
Wed, 11 Aug 2021 20:26:36 +0000
(21:26 +0100)
committer
Adam Dullage
<redacted>
Wed, 11 Aug 2021 20:26:36 +0000
(21:26 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 3dd3ab225ff2db5483a177495134b54fe362cee0..45acbe1d0172e7c579f66b79c5d97409398ffb50 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-27,6
+27,10
@@
USER ${UID}
WORKDIR ${APP_DIR}
+RUN mkdir data
+
+ENV FLATNOTES_PATH=${APP_DIR}/data
+
COPY --chown=${UID}:${GID} LICENSE Pipfile Pipfile.lock package.json package-lock.json ./
RUN pipenv install --system --deploy --ignore-pipfile \
git clone https://git.99rst.org/PROJECT