diff --git a/Dockerfile b/Dockerfile index b740ca1..3d81a58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # https://lipanski.com/posts/smallest-docker-image-static-website # https://github.com/lipanski/docker-static-website -FROM lipanski/docker-static-website:latest +FROM wcjiang/docker-static-website:latest # Copy the static website # Use the .dockerignore file to control what ends up inside the image!