mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-13 23:31:07 +08:00
47a3c8651e
* Dockerfile added to build static files and serve with NGINX Distroless * replaced final image distroless with official nginx unprivileged to support multi arch. * runtime image to official nginx * README updated * docs: update README for Docker commands --------- Co-authored-by: satnaing <satnaingdev@gmail.com>
8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
# Ignore Astro files
|
|
*.astro
|
|
|
|
# Ignore node_modules directory
|
|
node_modules/
|
|
|
|
# Ignore build output
|
|
dist/ |