Skip to content

Commit 33a8e02

Browse files
committedAug 29, 2018
Move package .dockerignores to root .dockerignore since we will be build containers from the root context
1 parent aaa3866 commit 33a8e02

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed
 

‎.dockerignore

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1+
.circleci
12
.vscode
2-
data
33
docs
4-
node_modules
4+
5+
**/Dockerfile
6+
**/node_modules/
7+
packages/**/src/**/*.js*
8+
packages/**/test
9+
packages/common/**/*.js*
10+
packages/portal/backend/src-util
11+
12+
testOutput
13+
.dockerignore
514
.editorconfig
15+
# This is required by the common package
16+
#.env
17+
.env.sample
18+
.git
19+
.gitignore
20+
.rysncexclude
21+
LICENSE
22+
README.md
23+
yarn.lock

‎packages/autotest/.dockerignore

-4
This file was deleted.

‎packages/grader/.dockerignore

-5
This file was deleted.

‎packages/portal/.dockerignore

-3
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.