forked from aztlan-labs/chicmoz
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.dockerignore
31 lines (28 loc) · 916 Bytes
/
.dockerignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.pnp.*
!.yarnrc.yml
!yarn.lock
!k8s
!package.json
# workaround for wildcards not working in exclusions (requires docker engine >23 https://docs.docker.com/engine/release-notes/23.0/#bug-fixes-and-enhancements-1)
# find . -name 'package.json' -not -path './.yarn/*' -not -path './packages/*' -maxdepth 3 | sed -e 's/^.\//!/'
!services/auth/package.json
!services/dummy-node/package.json
!services/aztec-listener/package.json
!services/explorer-api/package.json
!services/explorer-ui/package.json
!services/websocket-event-publisher/package.json
# find . -name 'package.json' -not -path './.yarn/*' -not -path './services/*' -maxdepth 3 | sed -e 's/^.\//!/'
!packages/logger-server
!packages/message-bus
!packages/message-registry
!packages/backend-utils
!packages/types
!packages/error-middleware
!packages/auth0-middleware