mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Add Docker setup
This commit is contained in:
parent
ac3de4b4e6
commit
1b580ae0b6
3 changed files with 31 additions and 0 deletions
16
.dockerignore
Normal file
16
.dockerignore
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Editor crud files
|
||||
*~
|
||||
\#*#
|
||||
.#*
|
||||
.vscode
|
||||
.idea
|
||||
.git
|
||||
|
||||
# Auto-generated files
|
||||
node_modules
|
||||
|
||||
# User configuration
|
||||
/db
|
||||
/config/config.js
|
||||
|
||||
Dockerfile
|
||||
Loading…
Add table
Add a link
Reference in a new issue