{"id":17004785,"url":"https://github.com/gtramontina/docker-live-server","last_synced_at":"2026-01-28T05:33:34.565Z","repository":{"id":33528804,"uuid":"131497345","full_name":"gtramontina/docker-live-server","owner":"gtramontina","description":"An image for https://github.com/tapio/live-server","archived":false,"fork":false,"pushed_at":"2026-01-15T01:49:25.000Z","size":30,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-15T07:58:54.703Z","etag":null,"topics":["docker","docker-image","git","live-server","node"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/gtramontina.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-04-29T13:37:17.000Z","updated_at":"2021-08-01T04:44:39.000Z","dependencies_parsed_at":"2023-01-15T01:18:19.692Z","dependency_job_id":"aa87c318-129c-4df5-95ab-f7c0600f06ae","html_url":"https://github.com/gtramontina/docker-live-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gtramontina/docker-live-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-live-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-live-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-live-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-live-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtramontina","download_url":"https://codeload.github.com/gtramontina/docker-live-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-live-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28840105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"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":["docker","docker-image","git","live-server","node"],"created_at":"2024-10-14T04:44:28.386Z","updated_at":"2026-01-28T05:33:34.550Z","avatar_url":"https://github.com/gtramontina.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://hub.docker.com/r/gtramontina/live-server/tags/\"\u003e\u003cimg height=\"20\" alt=\"Docker Tags\" src=\"https://img.shields.io/badge/dynamic/json.svg?style=for-the-badge\u0026label=%F0%9F%90%B3%20tags\u0026colorB=066da5\u0026query=$.count\u0026uri=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fgtramontina%2Flive-server%2Ftags\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://hub.docker.com/r/gtramontina/live-server/tags/\"\u003e\u003cimg height=\"20\" alt=\"Docker Latest Tag\" src=\"https://img.shields.io/badge/dynamic/json.svg?style=for-the-badge\u0026label=%F0%9F%90%B3%20latest%20tag\u0026colorB=066da5\u0026query=$.results[0].name\u0026uri=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fgtramontina%2Flive-server%2Ftags\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/gtramontina/docker-live-server\"\u003e\u003cimg height=\"20\" alt=\"Travis\" src=\"https://img.shields.io/travis/gtramontina/docker-live-server.svg?style=for-the-badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Docker image for \u003ca href=\"https://github.com/tapio/live-server\"\u003e\u003ccode\u003elive-server\u003c/code\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n#### _Running:_\n\n```sh\n$ docker run --rm gtramontina/live-server:\u003cversion\u003e\n```\n\nYou'll get a `/app` work directory, so all you need to do is mount your project in the that directory with the `-v, --volume` docker parameter:\n\n```sh\n--volume $(pwd):/app:ro\n```\n\n---\n\n#### _Developing:_\n\n```sh\n$ make build    # Builds a new image\n$ make test     # Runs/tests the image\n$ make push     # Pushes the image up\n$ make clean    # Removes any generated artifacts\n$ make clobber  # Removes artifacts and generated images\n```\n\n---\n\n\u003cp align=\"right\"\u003e🐳\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtramontina%2Fdocker-live-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtramontina%2Fdocker-live-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtramontina%2Fdocker-live-server/lists"}