feat: support docker.

This commit is contained in:
jaywcjlove
2022-10-05 21:56:21 +08:00
parent e51fe2fb9e
commit 7728dfaa75
2 changed files with 89 additions and 1 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 ./dist .