mirror of
https://git.fsfe.org/fsfe-system-hackers/reverse-proxy
synced 2025-11-09 09:58:41 +01:00
5 lines
138 B
Docker
5 lines
138 B
Docker
FROM jwilder/nginx-proxy:alpine
|
|
ADD nginx.tmpl Procfile /app/
|
|
COPY sites-enabled/ /etc/nginx/conf.d/
|
|
COPY extra-conf/ /etc/nginx/vhost.d/
|