Skip to content

Commit

Permalink
Add dockerignore so that the sandbox env can be run mutliple times.
Browse files Browse the repository at this point in the history
Exclude a few other directories as well that are not needed during
docker builds.

Closes #878
  • Loading branch information
Lars van der Bijl committed Jan 19, 2021
1 parent 3133eb1 commit f577916
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ci
images
samples
sandbox/db-data
tsc
venv

0 comments on commit f577916

Please sign in to comment.