{"id":15372147,"url":"https://github.com/jnt0r/angular-server-image","last_synced_at":"2026-05-10T16:13:12.420Z","repository":{"id":104960469,"uuid":"270795733","full_name":"jnt0r/angular-server-image","owner":"jnt0r","description":"Dockerfile to build angular project and serve using nginx","archived":false,"fork":false,"pushed_at":"2020-06-14T19:35:05.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T21:47:50.619Z","etag":null,"topics":["angular","dockerfile","dockerfiles","nginx"],"latest_commit_sha":null,"homepage":"","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/jnt0r.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":"2020-06-08T19:17:14.000Z","updated_at":"2020-09-29T07:29:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef8ca34e-f07a-4280-ace9-f919736fde18","html_url":"https://github.com/jnt0r/angular-server-image","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"12129c69ef16382b939c4767a5b395a3ea6e0ab8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jnt0r/angular-server-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnt0r%2Fangular-server-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnt0r%2Fangular-server-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnt0r%2Fangular-server-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnt0r%2Fangular-server-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jnt0r","download_url":"https://codeload.github.com/jnt0r/angular-server-image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnt0r%2Fangular-server-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271442140,"owners_count":24760353,"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-08-21T02:00:08.990Z","response_time":74,"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","dockerfile","dockerfiles","nginx"],"created_at":"2024-10-01T13:49:38.800Z","updated_at":"2026-05-10T16:13:07.393Z","avatar_url":"https://github.com/jnt0r.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular-Server docker image\nDockerfile to build angular project and serve using nginx.\n\n## Usage\n\nCopy the Dockerfile you want to use and past it inside the root of your angular project. Then you can build the image using \n\n```docker build . --rm -t YOUR_IMAGE_NAME```\n\nTo run your container, run \n\n```docker run -d --rm -p 80:80 -p 443:443 --name YOUR_CONTAINER_NAME YOUR_IMAGE_NAME```\n\nTo speed up image creation and minimize container size add an `.dockerignore` file. You can copy the example one inside this repository ([file](https://github.com/jnt0r/angular-server-image/blob/master/.dockerignore)).\n\n# Dockerfile options\n\nThere are two Dockerfiles in this repository. The `Dockerfile` creates nginx server without ssl enabled. The `Dockerfile.localhost` creates a DEVELOPMENT server with an ssl certificate for localhost. To use this Dockerfile with the certificate you also need the `localhost-ssl.conf` inside the root of your project.\n\n## Other installation options\n\nTo automatically get the newest version on build, you can use this command to build your image.\n\n```curl https://raw.githubusercontent.com/jnt0r/angular-server-image/master/Dockerfile | docker build -f - . -t YOUR_IMAGE_NAME```\n\nYou then don't need to copy the Dockerfile to your project. The dockerignore file is still usefull then. This command uses the stdin functionality of docker ([docker documentation](https://docs.docker.com/engine/reference/commandline/build/#build-with--)).\n\n## Coming soon / Planned functionality\n\n- Https/ssl (using certbot and let's encrypt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnt0r%2Fangular-server-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnt0r%2Fangular-server-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnt0r%2Fangular-server-image/lists"}