diff --git a/Case-study app/dockerfile b/Case-study app/dockerfile new file mode 100644 index 0000000..ed65fc0 --- /dev/null +++ b/Case-study app/dockerfile @@ -0,0 +1,3 @@ +FROM httpd:2.4 +COPY . /usr/local/apache2/htdocs/ +EXPOSE 80