first commit
Some checks failed
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Failing after 41s
Some checks failed
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Failing after 41s
This commit is contained in:
commit
ad63e109c6
18 changed files with 683 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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 .
|
Loading…
Add table
Add a link
Reference in a new issue