feat(ci): Frontend supports Docker build. (#580)

This commit is contained in:
FirstClear
2025-08-05 19:53:13 +08:00
committed by GitHub
parent c9c900adb0
commit 8848ad3ff4
6 changed files with 179 additions and 3 deletions

24
frontend/.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
.env
.env.*
# Logs
logs
*.log*
# node
node_modules
.husky
.next
# vscode
.vscode
# webstorm
.idea
*.iml
*.iws
*.ipr
# Jetbrains
.idea