Containerize frontend
This commit is contained in:
parent
92b3a5bc85
commit
cb565b5ac8
4 changed files with 74 additions and 36 deletions
17
.dockerignore
Normal file
17
.dockerignore
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
node_modules
|
||||
dist
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
.env*
|
||||
!.env.example
|
||||
server/
|
||||
authentik/
|
||||
caddy/
|
||||
scripts/
|
||||
docs/
|
||||
tests/
|
||||
*.log
|
||||
.DS_Store
|
||||
Caddyfile
|
||||
docker-compose*.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue