We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ddd4b commit 900150cCopy full SHA for 900150c
4 files changed
Dockerfile
@@ -41,6 +41,7 @@ RUN pip freeze 2>/dev/null > requirements.installed \
41
|| ( echo "!! ERROR !! requirements.txt defined different packages or versions for installation" \
42
&& exit 1 ) 1>&2
43
44
+COPY static /code/static
45
COPY templates /code/templates
46
COPY truewiki /code/truewiki
47
RUN mkdir /data
0 commit comments