https://github.com/jaaaco/meteor-build
Meteor build base image with matching nodejs version.
https://github.com/jaaaco/meteor-build
docker docker-image meteor meteorjs
Last synced: 3 months ago
JSON representation
Meteor build base image with matching nodejs version.
- Host: GitHub
- URL: https://github.com/jaaaco/meteor-build
- Owner: jaaaco
- Created: 2017-05-04T15:00:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T14:44:58.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T18:24:18.956Z (5 months ago)
- Topics: docker, docker-image, meteor, meteorjs
- Homepage: https://hub.docker.com/r/jaaaco/meteor-build/
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://hub.docker.com/r/jaaaco/meteor-build/)
# Meteor build image
Use in your Dockerfile to make your builds run faster
```
FROM jaaaco/meteor-build:1.5-onbuild
```Image assumes you have app source in app directory (it does ONBUILD COPY app /app)
Replace version tag with desired meteor version.
Check available tags for this image.Image is based on node:4.x-slim so you can use all nodejs / npm stuff.