We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# npl-keepwork by 2017-04-12 FROM xuntian/npl-runtime:latest MAINTAINER xuntian "li.zq@foxmail.com" RUN apt-get -y update && apt-get -y install nginx && apt-get clean && rm -rf /var/lib/apt/lists/* ADD nginx_config /etc/nginx/sites-available/default EXPOSE 80 EXPOSE 8099 RUN cd /opt && git clone -b wxa_dev https://github.com/Xuntian/wikicraft WORKDIR /opt/wikicraft CMD ["./wikicraft.sh", "start"]
There was an error while loading. Please reload this page.