{"id":27272146,"url":"https://github.com/mjisaak/docker-dotnetcore-angular","last_synced_at":"2025-10-06T21:17:20.971Z","repository":{"id":121861974,"uuid":"173905352","full_name":"mjisaak/docker-dotnetcore-angular","owner":"mjisaak","description":"Docker image to build dotnet core based Angular projects","archived":false,"fork":false,"pushed_at":"2020-04-23T14:53:09.000Z","size":8,"stargazers_count":8,"open_issues_count":0,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-07T05:44:55.316Z","etag":null,"topics":["angular","docker","dotnetcore","node","npm"],"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/mjisaak.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}},"created_at":"2019-03-05T08:24:26.000Z","updated_at":"2022-04-09T12:23:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"c095fcbe-9c9a-4bca-92f3-f3f21bd0de64","html_url":"https://github.com/mjisaak/docker-dotnetcore-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mjisaak/docker-dotnetcore-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjisaak%2Fdocker-dotnetcore-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjisaak%2Fdocker-dotnetcore-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjisaak%2Fdocker-dotnetcore-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjisaak%2Fdocker-dotnetcore-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjisaak","download_url":"https://codeload.github.com/mjisaak/docker-dotnetcore-angular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjisaak%2Fdocker-dotnetcore-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278681647,"owners_count":26027528,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","docker","dotnetcore","node","npm"],"created_at":"2025-04-11T13:55:16.070Z","updated_at":"2025-10-06T21:17:20.966Z","avatar_url":"https://github.com/mjisaak.png","language":"Dockerfile","readme":"# Build container for dotnet Angular projects\n[mjibrandl/dotnetcore-angular](https://hub.docker.com/r/mjibrandl/dotnetcore-angular) is a docker image to build dotnet core based Angular projects. \n\nThis image is based on *microsoft/dotnet:2.2-sdk* and contains everything you need to build a dotnet core based Angular project:\n* Node.js 8.x LTS\n* NPM (latest)\n* node-sass (latest)\n* Angular CLI (latest)\n\nThe image will reduce your build time to a minimum since you don't have to run ```npm rebuild node-sass``` for every build.\n\n[![Build Status](https://dev.azure.com/mjisaak/dockerhub-dotnetcore-angular/_apis/build/status/mjisaak.docker-dotnetcore-angular?branchName=master)](https://dev.azure.com/mjisaak/dockerhub-dotnetcore-angular/_build/latest?definitionId=4\u0026branchName=master)\n\n# Usage\n\nConsider you created a project using ```dotnet new angular -o MyAngular```, all you need to containerize your project is the following Dockerfile:\n\n```bash\nFROM microsoft/dotnet:2.2-aspnetcore-runtime AS base\nWORKDIR /app\nEXPOSE 80\nEXPOSE 443\n\nFROM mjibrandl/dotnetcore-angular:latest AS build\nWORKDIR /src\nCOPY [\"MyAngular.csproj\", \"./\"]\nRUN dotnet restore \"./MyAngular.csproj\"\nCOPY . .\nWORKDIR \"/src\"\nRUN dotnet build \"MyAngular.csproj\" -c Release -o /app\n\nFROM build AS publish\n\nRUN dotnet publish \"MyAngular.csproj\" -c Release -o /app\n\nFROM base AS final\nWORKDIR /app\nCOPY --from=publish /app .\nENTRYPOINT [\"dotnet\", \"MyAngular.dll\"]\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjisaak%2Fdocker-dotnetcore-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjisaak%2Fdocker-dotnetcore-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjisaak%2Fdocker-dotnetcore-angular/lists"}