From b5fd20e3ffcf0612c526b0f178c9e66685e35da6 Mon Sep 17 00:00:00 2001 From: VRSasha Date: Mon, 24 Jul 2023 11:41:31 +0700 Subject: [PATCH] Update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a05fb5..1e52fe8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:alpine # Copy files to nginx path -RUN cp -r * /usr/share/nginx/html +RUN cp index.html /usr/share/nginx/html