mirror of
https://git.fsfe.org/fsfe-system-hackers/reverse-proxy
synced 2025-04-18 18:47:55 +02: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/
|