Expose port 8000

This commit is contained in:
Julian Ospald 2017-08-08 19:33:11 +02:00
父節點 79d3e1c7a8
當前提交 c3e578436d
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 511B62C09D50CD28
共有 1 個文件被更改,包括 2 次插入0 次删除

查看文件

@ -6,4 +6,6 @@ RUN cabal update && cabal install hakyll
COPY ./run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh
EXPOSE 8000
ENTRYPOINT ["run.sh"]