-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR does a few things: * Remove `cmake` from our `Dockerfile` to prevent Couchbase from being rebuilt by Meteor/NPM. If Couchbase is built from source it takes up a large amount of space in the image. * Removes some OS-specific Couchbase dependencies that made it into MATScommon. * Update the `.dockerignore` to match MATS - it appears to be important to exclude MATScommon's `.npm/packages/npm-shrinkwrap.json` file from the docker container build. * Removes workarounds that were added to CI. Closes #132
- Loading branch information
Showing
4 changed files
with
45 additions
and
33 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 |
---|---|---|
@@ -1,18 +1,26 @@ | ||
.git* | ||
.idea | ||
.vscode | ||
README* | ||
RELEASE.txt | ||
appProduction* | ||
bundle* | ||
node_modules | ||
cache* | ||
# Tooling artifacts | ||
**/.git | ||
**/.github | ||
**/.idea | ||
**/.vscode | ||
**/.fleet | ||
|
||
# Meteor artifacts | ||
**/bundle | ||
**/.npm | ||
**/.meteor/local | ||
**/node_modules | ||
|
||
# METexpress artifacts | ||
**/*.md | ||
container_deployment | ||
home | ||
logs | ||
docs | ||
scripts | ||
server_configuration_files | ||
static | ||
tests | ||
tmp* | ||
METexpress | ||
**/tests | ||
build.sh | ||
LICENSE.md | ||
|
||
# Development files | ||
**/tmp* | ||
cache* | ||
logs |
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
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
Submodule MATScommon
updated
1 files
+0 −10 | meteor_packages/mats-common/.npm/package/npm-shrinkwrap.json |