https://github.com/wordpress-mobile/docker-gb-mobile-image
https://github.com/wordpress-mobile/docker-gb-mobile-image
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wordpress-mobile/docker-gb-mobile-image
- Owner: wordpress-mobile
- Created: 2021-07-20T13:08:25.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2023-11-05T09:43:19.000Z (over 2 years ago)
- Last Synced: 2025-01-13T18:23:00.664Z (about 1 year ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker node image to be used for [gutenberg-mobile](https://github.com/wordpress-mobile/gutenberg-mobile).
* Sets up nvm
* Clones current `develop` for [gutenberg-mobile](https://github.com/wordpress-mobile/gutenberg-mobile)
* Runs `npm install`
* Deletes the cloned repo
This will cache the dependencies in `.npm` folder, so running `npm install` for [gutenberg-mobile](https://github.com/wordpress-mobile/gutenberg-mobile) from within a Docker container with this image will be faster.
A Buildkite job runs every 24 hours to build and push this image with `latest` tag to our AWS ECR.