From 82c5d1dd335b8a4809d42ecc948349915d22fc62 Mon Sep 17 00:00:00 2001 From: VishalHirawadekar <63921007+VishalHirawadekar@users.noreply.github.com> Date: Mon, 28 Nov 2022 06:08:28 +0530 Subject: [PATCH] Create Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerfile 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/