Initial commit
This commit is contained in:
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"]
|
||||||
Reference in New Issue
Block a user