leowuming commited on
Commit
18b32f0
·
verified ·
1 Parent(s): bc18551

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +15 -0
.dockerignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # .dockerignore
2
+
3
+ node_modules
4
+ .git
5
+ .github
6
+ .vscode
7
+ **/dist
8
+ **/node_modules
9
+ frontend/
10
+ hotdir/
11
+ storage/
12
+ scripts/
13
+ README.md
14
+ LICENSE
15
+ docker-compose.yml