mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +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
|