wchess / Dockerfile
radames's picture
test
7864eaa
raw
history blame
88 Bytes
FROM nginx
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html