i
This commit is contained in:
parent
4a4b77955f
commit
a97670a5a9
2 changed files with 2 additions and 10 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# copy server files
|
||||
cp -r /custom/vhost.d/* /etc/nginx/vhost.d
|
||||
cp -r /custom/conf.d/* /etc/nginx/conf.d
|
|
@ -3,9 +3,6 @@ FROM nginxproxy/nginx-proxy:latest
|
|||
# Copy NGINX config
|
||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Copy docker startup script
|
||||
COPY 90-copy-files.sh /docker-entrypoint.d
|
||||
|
||||
# Copy nginx files
|
||||
COPY config/vhost.d /custom/vhost.d
|
||||
COPY config/conf.d /custom/conf.d
|
||||
COPY config/vhost.d/* /etc/nginx/vhost.d/
|
||||
COPY config/conf.d/* /etc/nginx/conf.d/
|
||||
|
|
Reference in a new issue