mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(dockerignore) reduce size of image
This commit is contained in:
parent
88dac21b21
commit
6e8fb09aa1
1 changed files with 15 additions and 2 deletions
|
|
@ -1,6 +1,20 @@
|
|||
.*
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
coverage
|
||||
test
|
||||
shell
|
||||
manifest.yml
|
||||
app.json
|
||||
bower.json
|
||||
|
||||
Dockerfile
|
||||
Dockerfile.alpine
|
||||
|
||||
webpack.config.js
|
||||
|
||||
bin/legacy.js
|
||||
bin/release.js
|
||||
|
||||
modules/jquery/dist
|
||||
modules/jquery/external
|
||||
|
|
@ -13,6 +27,7 @@ modules/fancybox/demo
|
|||
modules/fancybox/sprite.psd
|
||||
|
||||
modules/execon
|
||||
modules/emitify
|
||||
|
||||
client
|
||||
legacy
|
||||
|
|
@ -20,5 +35,3 @@ server_
|
|||
|
||||
.nyc_output
|
||||
|
||||
*.swp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue