-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bash shell for production docker builds (#6469)
* build: bash shell for production docker builds This adds a bash shell for production docker builds, and renames the previous `shell` service to `dev-shell`. * add the node_modules volume to the project app * Separate node_modules volumes for production and development * Optimise the Docker build - Add the lockfile last, so that previous layers are cached. - Copy files from the builder to the production app runner. * Persist node_modules for the production apps * More minor adjustments to the root Readme --------- Co-authored-by: Delilah <[email protected]>
- Loading branch information
1 parent
1862ade
commit 496e883
Showing
5 changed files
with
42 additions
and
17 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
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
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