{"id":15102917,"url":"https://github.com/danass/dockerfile-meteor","last_synced_at":"2026-02-03T10:32:15.558Z","repository":{"id":245289197,"uuid":"817808379","full_name":"danass/Dockerfile-Meteor","owner":"danass","description":"Dockerfile for Meteor working as of 20/06/2024","archived":false,"fork":false,"pushed_at":"2024-06-20T19:32:49.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:42:50.007Z","etag":null,"topics":["dockerfile","meteor","meteorjs","mongorestore"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-20T13:35:37.000Z","updated_at":"2024-06-20T19:32:52.000Z","dependencies_parsed_at":"2024-06-21T06:23:02.806Z","dependency_job_id":null,"html_url":"https://github.com/danass/Dockerfile-Meteor","commit_stats":null,"previous_names":["danass/docker-meteor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danass%2FDockerfile-Meteor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danass%2FDockerfile-Meteor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danass%2FDockerfile-Meteor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danass%2FDockerfile-Meteor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danass","download_url":"https://codeload.github.com/danass/Dockerfile-Meteor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332525,"owners_count":20921852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dockerfile","meteor","meteorjs","mongorestore"],"created_at":"2024-09-25T19:09:47.753Z","updated_at":"2026-02-03T10:32:15.510Z","avatar_url":"https://github.com/danass.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerfile for meteor, 20/06/2024. \n\nAfter struggling with Docker containerisation of a Meteor installation, I finally succeded and here is my working [Dockerfile](https://github.com/danass/docker-meteor/blob/main/Dockerfile), using **node 14** and **fresh meteor installation** command `curl https://install.meteor.com/ | sh`.\n\nGo in *your_app* folder and place the Dockerfile in it and run following commands:\n\n`docker build -t myapp .`\n\n`docker run -p 3000:3000 myapp`\n\nMongo tools will be installed inside your docker, so you can enter the docker container and `run meteor mongo -U` to check your current mongo connection, and restore a previous database if needed, using **mongorestore**. \n\nThis [Dockerfile](https://github.com/danass/docker-meteor/blob/main/Dockerfile) is **working** as of **20/06/2024.**\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanass%2Fdockerfile-meteor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanass%2Fdockerfile-meteor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanass%2Fdockerfile-meteor/lists"}