feat: add docker support (#1052)

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
Nya Candy 2023-01-17 18:37:07 +08:00 committed by GitHub
parent 8adb9f403b
commit 7059cfc7b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 65 additions and 0 deletions

19
.dockerignore Normal file
View file

@ -0,0 +1,19 @@
# Modified from .gitignore
node_modules
*.log
dist
.output
.nuxt
#.env # Not ignoring this file because it can contain build-related settings.
.DS_Store
.idea/
.vite-inspect
.netlify/
.eslintcache
public/shiki
public/emojis
*~
*swp
*swo