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