.github
.husky
docs
scripts
.dockerignore
.editorconfig
.gitattributes
.gitignore
.lintstagedrc
.markdownlint.json
.prettierignore
.prettierrc
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
package.json
renovate.json
7 lines
272 B
Docker
7 lines
272 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 ./dist .
|