Update to start without working upstream
This commit is contained in:
@@ -5,7 +5,7 @@ COPY servers.json /servers.json
|
||||
COPY domains.txt /domains.txt
|
||||
COPY nginx.conf /nginx.conf
|
||||
|
||||
RUN python /add_servers.py --nginx /nginx.conf --domains_list_txt /domains.txt --servers_config_json server.json --certificates_path /ssl
|
||||
RUN python /add_servers.py --nginx /nginx.conf --domains_list_txt /domains.txt --servers_config_json servers.json --certificates_path /ssl
|
||||
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
Reference in New Issue
Block a user