fix: fix docker image build error.

This commit is contained in:
jaywcjlove
2022-09-04 22:49:27 +08:00
parent d84ad70345
commit 5cc2758073
3 changed files with 5 additions and 1 deletions

7
website/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
# https://lipanski.com/posts/smallest-docker-image-static-website
# https://github.com/lipanski/docker-static-website
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 .