5 lines
84 B
Docker
5 lines
84 B
Docker
|
|
FROM nginx
|
||
|
|
|
||
|
|
COPY nginx.conf /
|
||
|
|
COPY random-quote-machine/build /usr/share/nginx/html
|