Updated nginx to toggle ssl
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
FROM nginx
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY templates/ /etc/nginx/templates/
|
||||
COPY templates/ /templates/
|
||||
COPY scripts/01-configure_ssh.sh /docker-entrypoint.d/01-configure_ssh.sh
|
||||
|
||||
RUN chmod +x /docker-entrypoint.d/01-configure_ssh.sh
|
||||
|
||||
Reference in New Issue
Block a user