Files
Random-Quote-Machine/dockerfile
T

5 lines
84 B
Docker

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