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.
2 parents 1cb3ebb + 26a45bb commit 1afc348Copy full SHA for 1afc348
Dockerfile
@@ -36,8 +36,6 @@ RUN set -ex \
36
&& ./configure --prefix=/server --add-module=../../source/nginx_polaris_limit_module --add-module=../polaris_client --with-stream --with-cpp=g++ \
37
&& make
38
39
-WORKDIR /server
40
-
41
ENV PATH=/server/sbin:$PATH
42
43
CMD ["nginx", "-g", "daemon off;"]
0 commit comments