mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-02-02 04:39:50 +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
|