This repository has been archived on 2024-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
knut.in/Dockerfile
Knut Ahlers 2fcd2ddc57
Initial
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-02-19 13:11:10 +01:00

6 lines
90 B
Docker

FROM nginx
ADD nginx.conf /src/nginx.conf
ENTRYPOINT ["nginx", "-c", "/src/nginx.conf"]