diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..2df027f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +#jeffery russell 12-20-2020 +# docker file to run this website in a container +FROM nginx + +COPY ./ /usr/share/nginx/html/ + +EXPOSE 6666 \ No newline at end of file