chore: update Dockerfile

This commit is contained in:
jaywcjlove 2023-03-14 15:49:38 +08:00
parent 881fd368c5
commit 03b2ce120d

View File

@ -1,6 +1,6 @@
# https://lipanski.com/posts/smallest-docker-image-static-website # https://lipanski.com/posts/smallest-docker-image-static-website
# https://github.com/lipanski/docker-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 # Copy the static website
# Use the .dockerignore file to control what ends up inside the image! # Use the .dockerignore file to control what ends up inside the image!