diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..87aa4a8f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM devopsedu/webapp + +#Copy Application Files +RUN rm -rf /var/www/html/* +COPY website /var/www/html/