Skip to content

Commit e1ad07c

Browse files
authored
Removed extra data from docker context (#7429)
1 parent 1e91dd4 commit e1ad07c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.dockerignore

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
/.git
2+
/.env
3+
/.vscode
4+
/.github
5+
/.husky
26
/share
37
/data
48
/media
5-
/.env
6-
/.vscode
7-
/db.sqlite3
89
/keys
910
**/node_modules
1011
/static
12+
/serverless
13+
/site
14+
/helm-chart
15+
/dev
16+
/changelog.d
17+
/cvat-cli
18+
/profiles

0 commit comments

Comments
 (0)