{"id":19764334,"url":"https://github.com/grahms/docker-meteor","last_synced_at":"2026-02-16T08:33:29.550Z","repository":{"id":149236449,"uuid":"270586794","full_name":"GraHms/docker-meteor","owner":"GraHms","description":"This is a simple image to run a meteor app in a docker container","archived":false,"fork":false,"pushed_at":"2020-06-08T08:28:35.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T18:04:52.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GraHms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-08T08:17:53.000Z","updated_at":"2020-06-08T08:28:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a6648fb-b045-4919-a6ec-07daf565fac6","html_url":"https://github.com/GraHms/docker-meteor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GraHms/docker-meteor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraHms%2Fdocker-meteor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraHms%2Fdocker-meteor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraHms%2Fdocker-meteor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraHms%2Fdocker-meteor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GraHms","download_url":"https://codeload.github.com/GraHms/docker-meteor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraHms%2Fdocker-meteor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29503809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T08:14:25.707Z","status":"ssl_error","status_checked_at":"2026-02-16T08:14:25.334Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-12T04:13:26.665Z","updated_at":"2026-02-16T08:33:29.534Z","avatar_url":"https://github.com/GraHms.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-meteor\nThis is a simple Dockerfile to run a meteor app in a docker container\n\nIt pulls the base image from my docker hub\n```\nFROM grahms/meteor\n```\n# copy your current meteor app to this path\n# NB, This dockerfile should be inside your meteor app folder\n```\n\nCOPY . /usr/src/app\nWORKDIR /usr/src/app\n```\n# Some permissions over here \n```\nRUN chmod -R 700 /usr/src/app/.meteor/local\nRUN meteor npm install\n```\n# the default port is 3000, you can expose what ever por you want\n```\nEXPOSE 3000\n```\n# finally run your app\n```\nCMD [\"npm\", \"start\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahms%2Fdocker-meteor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrahms%2Fdocker-meteor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahms%2Fdocker-meteor/lists"}