{"id":17680663,"url":"https://github.com/robacarp/amber_build","last_synced_at":"2025-07-12T05:04:53.736Z","repository":{"id":66257212,"uuid":"111169849","full_name":"robacarp/amber_build","owner":"robacarp","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-22T14:28:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T19:12:28.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/robacarp.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}},"created_at":"2017-11-18T02:27:58.000Z","updated_at":"2018-06-22T14:29:00.000Z","dependencies_parsed_at":"2023-02-23T17:31:12.873Z","dependency_job_id":null,"html_url":"https://github.com/robacarp/amber_build","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robacarp/amber_build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robacarp%2Famber_build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robacarp%2Famber_build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robacarp%2Famber_build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robacarp%2Famber_build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robacarp","download_url":"https://codeload.github.com/robacarp/amber_build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robacarp%2Famber_build/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264940386,"owners_count":23686243,"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":[],"created_at":"2024-10-24T09:08:33.840Z","updated_at":"2025-07-12T05:04:53.716Z","avatar_url":"https://github.com/robacarp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://dockeri.co/image/robacarp/amber_build)](https://hub.docker.com/r/robacarp/amber_build/)\n\nUse this docker image as a base image for an Amber app deployment. It comes pre-installed with Crystal, Nodejs \u0026 NPM, and Amber.\n\n```dockerfile\nFROM robacarp/amber_build:latest\n\nENV AMBER_ENV production\nEXPOSE 3000\n\nCOPY config /app/config\nCOPY db /app/db\nCOPY public /app/public\nCOPY src /app/src\n\nCOPY package.json /app\n\nCOPY shard.yml /app\nCOPY shard.lock /app\n\nWORKDIR /app\nRUN shards install\nRUN npm install\nRUN npm run release\n\n# change this to the name of your app\nRUN shards build my_app --production\n\n# change this to a valid url for your database\nENV DATABASE_URL postgres://my_app:@docker.for.mac.localhost:5432/my_app_development\n\nENTRYPOINT [\"/bin/sh\",\"-c\"]\n\n# change this to the name of your app\nCMD [\"/app/bin/my_app\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobacarp%2Famber_build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobacarp%2Famber_build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobacarp%2Famber_build/lists"}