feat: support docker deplay.

This commit is contained in:
jaywcjlove
2022-09-02 01:46:24 +08:00
parent 9b08674a5a
commit 709849e048
3 changed files with 113 additions and 2 deletions

7
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 ./build .