2022-06-24 13:11:09 +08:00
|
|
|
# https://lipanski.com/posts/smallest-docker-image-static-website
|
2023-03-14 15:24:51 +08:00
|
|
|
# https://github.com/forksss/docker-static-website
|
|
|
|
|
FROM wcjiang/docker-static-website:latest
|
2022-05-24 23:49:10 +08:00
|
|
|
|
2022-06-24 13:11:09 +08:00
|
|
|
# Copy the static website
|
|
|
|
|
# Use the .dockerignore file to control what ends up inside the image!
|
|
|
|
|
COPY ./.deploy .
|