updates dockerfile to rebuild when js/css change

This commit is contained in:
Westly Wright
2018-04-25 10:35:05 -07:00
parent e4ddc0532c
commit 9ed3416fe6
2 changed files with 3 additions and 14 deletions
+1
View File
@@ -12,6 +12,7 @@ RUN ln -s /site/config.toml /run \
&& ln -s /site/data /run \
&& ln -s /site/layouts /run \
&& ln -s /site/src /run \
&& ln -s /site/static /run \
&& ln -s /site/themes /run \
&& ln -s /site/scripts /run