Skip to content
Snippets Groups Projects
Verified Commit ac23b4fd authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Include SQL files in binary build

parent 9ad2e0ab
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ COPY VERSION /etc/arkindex.version
# Copy templates in base dir for binary
ENV BASE_DIR=/usr/share/arkindex
COPY arkindex/templates /usr/share/arkindex/templates
COPY arkindex/documents/export/*.sql /usr/share/arkindex/documents/export/
# Touch python files for needed management commands
# Otherwise Django will not load the compiled module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment