How to write Dockerfile for nginx custom

people let me ask about config nginx, i can’t create dockerfile and run on windows OS (nginx i clone from github and have to edit config file to fit my project)

my codes:

FROM ubuntu:14.04
RUN apt-get install git &&
git clone &&

CMD # Can also use ENTRYPOINT in certain cases