techstack.hadan.de/Dockerfile
Stephan Hadan ad63e109c6
Some checks failed
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Failing after 41s
first commit
2025-01-26 11:34:47 +01:00

7 lines
No EOL
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 .