Skip to content
lethee edited this page Aug 24, 2015 · 6 revisions

Dockerfile

CJK(Chinese Japanese Korean) 빌드는 https://github.com/asciidoctor/asciidoctor-pdf/issues/82 참고한다.

Dockerfile Gist: https://gist.github.com/lethee/7ec7652f144c09a012af

For amazon, like this:

FROM ubuntu:14.04

RUN cd /etc/apt && \
    sed -i 's/archive.ubuntu.com/ap-northeast-1.ec2.archive.ubuntu.com/g' sources.list

...

Command

docker build -t progit2-build-docker . && docker run -i -p 8000:8000 progit2-build-docker
Clone this wiki locally