run Meteor in production without bundling
docker run -d \
-it \
--name someapp \
--network host \
--mount type=bind,source="$(pwd)",target=/app \
-w /app \
aug2uag/meteor:prod bash local.sh
with some local.sh script as follows:
# set env here
meteor run --settings settings.json
Content type
Image
Digest
Size
747.8 MB
Last updated
over 5 years ago
docker pull aug2uag/meteor:prod