Revert "preparing to add folder policies containing md of the policies"
This reverts commit 5f213ff3cb.
(This belongs elsewhere)
			
			
This commit is contained in:
		
							parent
							
								
									92a5a0365b
								
							
						
					
					
						commit
						debe5453ed
					
				| 
						 | 
					@ -16,5 +16,4 @@ WORKDIR /data
 | 
				
			||||||
COPY assets /data/assets/
 | 
					COPY assets /data/assets/
 | 
				
			||||||
COPY templates /data/templates/
 | 
					COPY templates /data/templates/
 | 
				
			||||||
COPY cards /data/cards/
 | 
					COPY cards /data/cards/
 | 
				
			||||||
COPY policies /data/policies/
 | 
					 | 
				
			||||||
ENTRYPOINT ["/root/.cabal/bin/site"]
 | 
					ENTRYPOINT ["/root/.cabal/bin/site"]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								Types.hs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Types.hs
									
									
									
									
									
								
							| 
						 | 
					@ -88,7 +88,7 @@ siteOptions' = do
 | 
				
			||||||
    help "Assets directory to be copied verbatim" <>
 | 
					    help "Assets directory to be copied verbatim" <>
 | 
				
			||||||
    value "assets" <> showDefault
 | 
					    value "assets" <> showDefault
 | 
				
			||||||
  _sourceDirs <-
 | 
					  _sourceDirs <-
 | 
				
			||||||
    fmap (maybe ["cards","policies"] toList . nonEmpty) . many . strOption $
 | 
					    fmap (maybe ["cards"] toList . nonEmpty) . many . strOption $
 | 
				
			||||||
    long "source-directory" <>
 | 
					    long "source-directory" <>
 | 
				
			||||||
    short 's' <>
 | 
					    short 's' <>
 | 
				
			||||||
    help
 | 
					    help
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue