-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker build script to ignore local-only build artifact
Node modules "installed" are left on the host via mounted directories. This would cause an annoyance where to build new docker, clean docker images, this directory would have to be removed every time. This change adds this fixed, known directory to the dockerignore file, so it will never be considered for addition to a docker image build, and the build script was updated to appropriately ignore this file in the clean check.
- Loading branch information
Showing
2 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
/model_files | ||
/unity | ||
/ros_bags | ||
/ros/angel_utils/multi_task_demo_ui/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters