{"id":20916217,"url":"https://github.com/yannoff/docker-ng","last_synced_at":"2026-04-09T22:38:41.316Z","repository":{"id":89937692,"uuid":"440183707","full_name":"yannoff/docker-ng","owner":"yannoff","description":"(WIP) A docker node image with TypeScript \u0026 Angular CLI","archived":false,"fork":false,"pushed_at":"2022-03-16T21:29:15.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T16:27:13.864Z","etag":null,"topics":["angular","angular-cli","docker","nodejs","ts","tsc","typescript"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yannoff.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":"2021-12-20T13:41:11.000Z","updated_at":"2022-03-16T21:30:53.000Z","dependencies_parsed_at":"2023-03-17T03:46:37.766Z","dependency_job_id":null,"html_url":"https://github.com/yannoff/docker-ng","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fdocker-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fdocker-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fdocker-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fdocker-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yannoff","download_url":"https://codeload.github.com/yannoff/docker-ng/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243308597,"owners_count":20270447,"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":["angular","angular-cli","docker","nodejs","ts","tsc","typescript"],"created_at":"2024-11-18T16:20:35.588Z","updated_at":"2025-12-28T22:35:12.489Z","avatar_url":"https://github.com/yannoff.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yannoff/ng\n\nA node docker image with Angular.\n\n## Usage\n\n### Dynamic build\n\n#### Build arguments\n\nName|Description\n---|---\n`GIT_USER`|Optional value to be stored as `user.name` global config\n`GIT_EMAIL`|Optional value to be stored as `user.email` global config\n\n#### Example\n\n_Dynamic builds allow for flexible images._\n\n```yaml\n# docker-compose.yaml\nversion: '3.6'\nservices:\n    ng:\n        build:\n            context: https://github.com/yannoff/docker-ng.git#:14\n            args:\n                GIT_USER: acme\n                GIT_EMAIL: acme@example.com\n\n        volumes:\n            - ./:/src\n\n        working_dir: /src\n\n        ports:\n            - 4200:4200\n\n        # Here we launch the Angular Live Development Server\n        # as the main container command\n        # Beware that in order to be accessible from the host\n        # machine, the server must listen to 0.0.0.0 instead\n        # of the default \"localhost\" binding\n        command:\n            - ng\n            - serve\n            - --host\n            - 0.0.0.0\n            - --verbose\n            - --watch\n```\n\n### Compiled image\n\n_Compiled images are convenient to run one-shot commands, such as creating a brand new project._\n\n#### Supported tags\n\n- [yannoff/ng:16](https://github.com/yannoff/docker-ng/tree/master/14/Dockerfile) Based on [node:16-alpine](https://github.com/nodejs/docker-node/blob/b36041b26d8423f1838fb8232411a12f882cbb6a/16/alpine3.15/Dockerfile).\n- [yannoff/ng:14](https://github.com/yannoff/docker-ng/tree/master/14/Dockerfile) Based on [node:14-alpine](https://github.com/nodejs/docker-node/blob/b36041b26d8423f1838fb8232411a12f882cbb6a/14/alpine3.15/Dockerfile).\n- [yannoff/ng:12](https://github.com/yannoff/docker-ng/tree/master/14/Dockerfile) Based on [node:12-alpine](https://github.com/nodejs/docker-node/blob/b36041b26d8423f1838fb8232411a12f882cbb6a/12/alpine3.15/Dockerfile).\n\n\n#### Example\n\n```\ndocker run -it --rm -u $UID:$GID -v $PWD:/src -w /src yannoff/ng ng new hello-world\n```\n\n## License\n\nLicensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyannoff%2Fdocker-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyannoff%2Fdocker-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyannoff%2Fdocker-ng/lists"}