From 60b32b3ca8cee1b67bd6a7345f6f8f1d92d9884d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 4 Sep 2022 22:53:51 +0800 Subject: [PATCH] fix: fix dockerfile config error. --- website/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Dockerfile b/website/Dockerfile index 8f47526..7719b22 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -4,4 +4,4 @@ FROM lipanski/docker-static-website:latest # Copy the static website # Use the .dockerignore file to control what ends up inside the image! -COPY ./website/build . \ No newline at end of file +COPY ./build . \ No newline at end of file