File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1818 - " resources/docker/docker/*"
1919 - " resources/development/*"
2020 - " resources/demo/*"
21+ - " Dockerfile"
22+ - " demo.Dockerfile"
2123 pull_request :
2224 types : [ opened, synchronize, reopened ]
2325 paths :
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN echo 'longrun' > /etc/s6-overlay/s6-rc.d/nginx-ui/type && \
1616 touch /etc/s6-overlay/s6-rc.d/user/contents.d/nginx-ui
1717
1818# copy nginx config
19- COPY resources/docker/nginx.conf /usr/local/ etc/nginx/nginx.conf
20- COPY resources/docker/nginx-ui.conf /usr/local/ etc/nginx/conf.d/nginx-ui.conf
19+ COPY resources/docker/nginx.conf /etc/nginx/nginx.conf
20+ COPY resources/docker/nginx-ui.conf /etc/nginx/conf.d/nginx-ui.conf
2121
2222# copy nginx-ui executable binary
2323COPY nginx-ui-$TARGETOS-$TARGETARCH$TARGETVARIANT/nginx-ui /usr/local/bin/nginx-ui
You can’t perform that action at this time.
0 commit comments