mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-14 10:20:39 +00:00
fix
This commit is contained in:
parent
b89fd4196e
commit
f0dbd6e61b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# modify time: 202412111430, you can modify here to trigger Docker Build action
|
||||
# modify time: 202412111440, you can modify here to trigger Docker Build action
|
||||
# from Dockerfile: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile
|
||||
# from image: https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||
|
||||
|
@ -11,7 +11,7 @@ COPY README.md /data/nginx/README.md
|
|||
RUN mkdir /data/nginx/custom
|
||||
RUN mkdir -p /etc/websoft9
|
||||
COPY ./config/http.conf /data/nginx/custom/http.conf
|
||||
COPY ./config/landing/ /etc/websoft9/
|
||||
COPY ./config/landing/ /etc/websoft9/landing
|
||||
COPY ./config/initproxy.conf /etc/websoft9/initproxy.conf
|
||||
COPY ./init_nginx.sh /app/init_nginx.sh
|
||||
RUN chmod +x /app/init_nginx.sh
|
||||
|
|
Loading…
Reference in a new issue