We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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