mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-18 13:32:48 +01:00
3 lines
72 B
Docker
3 lines
72 B
Docker
FROM nginx:stable-alpine
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|