Random-Quote-Machine/dockerfile

5 lines
84 B
Plaintext
Raw Normal View History

FROM nginx
COPY nginx.conf /
COPY random-quote-machine/build /usr/share/nginx/html