We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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