aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
Commit message (Collapse)AuthorAge
* chore: remove 'lerna' since we don't use monorepo-style packages any more ↵Libravatar Vijay Aravamudhan2021-10-15
| | | | (#2081)
* Remove unused 'uidev' folder. (#2076)Libravatar Vijay Aravamudhan2021-10-15
|
* chore: removed unused 'misty' config fileLibravatar mhatvan2021-09-10
| | | | | | | | formatted some files backported from PR #1826 Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* Moved 'internal-server' into a sub-folder as opposed to a git submodule. (#1715)Libravatar Vijay Raghavan Aravamudhan2021-08-01
| | | | * Ignored tests in 'internal-server' folder since there are none. * Linter fixes
* Ignore 'docs' from Docker. [skip ci]Libravatar Vijay A2021-07-28
|
* Building ferdi on an ARM machine (#1611)Libravatar Vijay Raghavan Aravamudhan2021-07-07
| | | Moving away from electron-builder base image (since it doesn't support building on ARM yet)
* Builds using GitHub actions (#1467)Libravatar Vijay Raghavan Aravamudhan2021-06-08
| | | | | * Using GH Actions for building, packaging and publishing for all 3 OSes (macos, ubuntu and windows). Handles PR builds, release builds, scheduled nightly builds and manual triggering from the web-ui. * Removed references to travis and appveyor and their respective config files. * Added ability to force rebuild nightlies without new version number. (This should allow us to rerun nightly builds with the same build number. Looks for the trigger comment to contain: 'force build' and 'nightly branch')
* Fixes #1426: Do not exclude 'packages' from docker image. [skip ci]Libravatar Vijay A2021-05-26
|
* Ignore more folders/files while using the Dockerfile for building. [skip ci]Libravatar Vijay A2021-05-21
|
* Upgraded husky and changed pre-commit hooks location.Libravatar Vijay A2021-05-16
|
* Fixing the broken build process when building using the Dockerfile.Libravatar Vijay A2021-05-15
|
* Adding Docker support to create a linux package without impacting host ↵Libravatar Vijay Raghavan Aravamudhan2021-05-08
machine. (#1332)