Skip to content

Commit

Permalink
Merge pull request #26 from andrewshan/main
Browse files Browse the repository at this point in the history
feat: 增加目录创建命令
  • Loading branch information
andrewshan authored Sep 1, 2022
2 parents 7fca0c4 + d27a664 commit ffafc8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN set -ex \
&& make \
&& make install \
&& ln -sf /etc/nginx/sbin/nginx /usr/local/bin/nginx \
&& mkdir -p /var/log/nginx \
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log

Expand Down

0 comments on commit ffafc8b

Please sign in to comment.