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