Add a .dockerignore fiel
This commit is contained in:
parent
d21c06c465
commit
ef8afabf3f
2 changed files with 105 additions and 91 deletions
14
.dockerignore
Normal file
14
.dockerignore
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
*~
|
||||||
|
*.db
|
||||||
|
*.bak
|
||||||
|
*.key
|
||||||
|
|
||||||
|
/dist
|
||||||
|
/tube
|
||||||
|
/.DS_Store
|
||||||
|
|
||||||
|
videos/*
|
||||||
|
!videos/README.md
|
||||||
|
|
||||||
|
uploads/*
|
||||||
|
!uploads/README.md
|
182
app/rice-box.go
182
app/rice-box.go
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue