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