Files
Random-Quote-Machine/dockerfile
T

5 lines
84 B
Docker
Raw Normal View History

2022-06-30 01:50:54 +10:00
FROM nginx
COPY nginx.conf /
COPY random-quote-machine/build /usr/share/nginx/html