Skip to content

Commit

Permalink
feat(dockerfile): 复制配置文件例子
Browse files Browse the repository at this point in the history
  • Loading branch information
Ccheers committed Jun 12, 2024
1 parent 425e6d8 commit 409694f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ENV LANG en_US.UTF-8
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

COPY . /usr/local/openresty/nginx/
COPY . /usr/local/openresty/nginx/
COPY ./conf/app.example.json /usr/local/openresty/nginx/conf/app.json

WORKDIR /usr/local/openresty/nginx/
VOLUME /usr/local/openresty/nginx/logs/
Expand Down

0 comments on commit 409694f

Please sign in to comment.