aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
-rw-r--r--Types.hs2
2 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 0c074d9..46d30cc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,5 +16,4 @@ WORKDIR /data
COPY assets /data/assets/
COPY templates /data/templates/
COPY cards /data/cards/
-COPY policies /data/policies/
ENTRYPOINT ["/root/.cabal/bin/site"]
diff --git a/Types.hs b/Types.hs
index 683061e..f4212d8 100644
--- a/Types.hs
+++ b/Types.hs
@@ -88,7 +88,7 @@ siteOptions' = do
help "Assets directory to be copied verbatim" <>
value "assets" <> showDefault
_sourceDirs <-
- fmap (maybe ["cards","policies"] toList . nonEmpty) . many . strOption $
+ fmap (maybe ["cards"] toList . nonEmpty) . many . strOption $
long "source-directory" <>
short 's' <>
help