Commit 1936fe80 authored by 张 斌's avatar 张 斌

chore(properties):构建nginx镜像的dockerfiler修改

parent 217cc161
......@@ -32,3 +32,6 @@ RUN apt-get update \
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install --assume-yes --no-install-recommends nodejs \
&& apt-get clean
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment