Skip to content

Commit 1afc348

Browse files
authored
Merge pull request #20 from andrewshan/main
feat: 去掉workdir定义
2 parents 1cb3ebb + 26a45bb commit 1afc348

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ RUN set -ex \
3636
&& ./configure --prefix=/server --add-module=../../source/nginx_polaris_limit_module --add-module=../polaris_client --with-stream --with-cpp=g++ \
3737
&& make
3838

39-
WORKDIR /server
40-
4139
ENV PATH=/server/sbin:$PATH
4240

4341
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)