From 34fac30313994b34889bdb44c045125989c3051a Mon Sep 17 00:00:00 2001 From: Christian Weimann Date: Sat, 13 Jan 2024 07:01:28 +0100 Subject: [PATCH] =?UTF-8?q?Dockerfile=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..0a87daa --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY --chown=nginx:nginx /drone/src/public /usr/share/nginx/html \ No newline at end of file