Explorar el Código

Reduce the size of docker's build context

dev_h
ophir hace 4 años
padre
commit
ec52bc9631
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. 14
    0
      .dockerignore

+ 14
- 0
.dockerignore Ver fichero

@@ -0,0 +1,14 @@
1
+node_modules
2
+wbo-backups
3
+tests_output
4
+wbo-backup.tgz
5
+geckodriver.log
6
+server-data/*
7
+AUTHORS
8
+LICENSE
9
+nightwatch.conf.js
10
+README.md
11
+docker-compose.yml
12
+.git
13
+.github
14
+.gitignore

Loading…
Cancelar
Guardar