Deployment instruction using docker added

This commit is contained in:
2022-06-30 01:50:54 +10:00
parent 1813e6ae02
commit 42dd806185
3 changed files with 618 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM nginx
COPY nginx.conf /
COPY random-quote-machine/build /usr/share/nginx/html