diff --git a/Express/barAndCafe/Dockerfile_docs b/Express/barAndCafe/Dockerfile_docs new file mode 100644 index 0000000..89740fb --- /dev/null +++ b/Express/barAndCafe/Dockerfile_docs @@ -0,0 +1,2 @@ +FROM httpd:alpine +COPY ./out/ /usr/local/apache2/htdocs/ \ No newline at end of file