mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 23:10:22 +07:00
4 lines
77 B
Docker
4 lines
77 B
Docker
FROM nginx:1.19.0-alpine
|
|
|
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|