mirror of
https://github.com/fmhy/edit.git
synced 2025-08-05 02:32:13 +10:00
add quick and dirty docker compose and auto update
This commit is contained in:
parent
ec63baf7b0
commit
5c081e3e8a
6 changed files with 54 additions and 7 deletions
16
.dockerignore
Normal file
16
.dockerignore
Normal file
|
@ -0,0 +1,16 @@
|
|||
.git
|
||||
.gitignore
|
||||
**/.vitepress/dist
|
||||
**/.vitepress/cache
|
||||
node_modules
|
||||
*.log*
|
||||
.nitro
|
||||
.cache
|
||||
.output
|
||||
.env
|
||||
dist
|
||||
.eslintcache
|
||||
docs/.vitepress/.temp
|
||||
result
|
||||
*.md
|
||||
docs/.vitepress/dist
|
Loading…
Add table
Add a link
Reference in a new issue