mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-09 14:58:48 +08:00
7 lines
273 B
Docker
7 lines
273 B
Docker
# 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 . |