{"id":20254746,"url":"https://github.com/dsys/alpine-node","last_synced_at":"2026-03-19T14:56:57.349Z","repository":{"id":136694930,"uuid":"47607569","full_name":"dsys/alpine-node","owner":"dsys","description":":recycle: Base Dockerfile for NPM modules","archived":false,"fork":false,"pushed_at":"2016-03-09T21:52:07.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T05:01:55.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsys.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":"2015-12-08T08:00:18.000Z","updated_at":"2016-03-14T21:17:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"08867f77-bcbc-4832-b23d-7063239b87b3","html_url":"https://github.com/dsys/alpine-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsys/alpine-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Falpine-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Falpine-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Falpine-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Falpine-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsys","download_url":"https://codeload.github.com/dsys/alpine-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Falpine-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30193649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-14T10:34:44.232Z","updated_at":"2026-03-06T19:34:29.261Z","avatar_url":"https://github.com/dsys.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alpine-node\n\nBase Dockerfile for NPM modules.\n\n## Usage\n\nAvailable on Docker Hub as [pavlov/alpine-node](https://hub.docker.com/r/pavlov/alpine-node).\n\n```dockerfile\nFROM pavlov/alpine-node:latest\nMAINTAINER Laika \u003claika@pavlovml.com\u003e\n\n# deps\nRUN apk --update add gcc g++ python\n\n# install\nRUN mkdir -p /opt/app\nWORKDIR /opt/app\nCOPY . ./\nRUN npm install\n\n# clean up\nRUN apk del gcc g++ python \u0026\u0026 \\\n    rm -rf /tmp/* /var/cache/apk/* /root/.npm /root/.npmrc /root/.node-gyp\n\n# run\nEXPOSE 80\nCMD [ \"npm\", \"start\" ]\n```\n\n## Development\n\n    $ make\n\n## License\n\n[BSD 3-Clause](https://github.com/pavlovml/alpine-node/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsys%2Falpine-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsys%2Falpine-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsys%2Falpine-node/lists"}