Initial commit
This commit is contained in:
commit
79d3e1c7a8
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM haskell:8
|
||||
MAINTAINER Julian Ospald <hasufell@posteo.de>
|
||||
|
||||
RUN cabal update && cabal install hakyll
|
||||
|
||||
COPY ./run.sh /usr/local/bin/run.sh
|
||||
RUN chmod +x /usr/local/bin/run.sh
|
||||
|
||||
ENTRYPOINT ["run.sh"]
|
Loading…
Reference in New Issue
Block a user