2022-10-05 21:56:21 +08:00
|
|
|
# https://lipanski.com/posts/smallest-docker-image-static-website
|
|
|
|
# https://github.com/lipanski/docker-static-website
|
2023-03-14 15:49:38 +08:00
|
|
|
FROM wcjiang/docker-static-website:latest
|
2022-10-05 21:56:21 +08:00
|
|
|
|
|
|
|
# Copy the static website
|
|
|
|
# Use the .dockerignore file to control what ends up inside the image!
|
|
|
|
COPY ./dist .
|