{"id":28963877,"url":"https://github.com/crowdcode-de/gridsome-cli-docker","last_synced_at":"2026-02-02T12:08:45.084Z","repository":{"id":146364319,"uuid":"263432535","full_name":"crowdcode-de/gridsome-cli-docker","owner":"crowdcode-de","description":"Docker Container To Build Gridsome Projects","archived":false,"fork":false,"pushed_at":"2021-10-20T21:09:39.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-24T04:12:48.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crowdcode-de.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,"zenodo":null}},"created_at":"2020-05-12T19:28:51.000Z","updated_at":"2021-09-04T07:56:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4deba801-f220-42da-8f7c-40f34f862388","html_url":"https://github.com/crowdcode-de/gridsome-cli-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crowdcode-de/gridsome-cli-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdcode-de%2Fgridsome-cli-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdcode-de%2Fgridsome-cli-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdcode-de%2Fgridsome-cli-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdcode-de%2Fgridsome-cli-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crowdcode-de","download_url":"https://codeload.github.com/crowdcode-de/gridsome-cli-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdcode-de%2Fgridsome-cli-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29012251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T10:37:29.253Z","status":"ssl_error","status_checked_at":"2026-02-02T10:37:28.644Z","response_time":58,"last_error":"SSL_read: 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":"2025-06-24T04:12:47.609Z","updated_at":"2026-02-02T12:08:45.079Z","avatar_url":"https://github.com/crowdcode-de.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-gridsome-cli\n\nDocker image for [Gridsome CLI](https://gridsome.org/docs/#1-install-gridsome-cli-tool) to use as build container.\n\nImage on dockerhub: https://hub.docker.com/r/crowdcode/gridsome-cli/\n\nCurrently, this image uses node v11.7.0 (npm 6.5.0), vue-cli 3.3.0 and Debian stretch as base distribution.\n\n## Example Usage\n\n```\ndocker run -it --rm -v \"$PWD\":/workspace crowdcode/vue-cli vue create vuedemo\ncd vuedemo\ndocker run -it --rm -p 8080:8080 -v \"$PWD\":/workspace crowdcode/vue-cli npm run serve\n```\n\nOr to use VUE CLI UI\n```\ndocker run -it -u $(id -u) --rm -p 8000:8000 -v \"$PWD\":/workspace crowdcode/vue-cli vue ui --host 0.0.0.0\n```\n\n\nTo run the Vue CLI development server from docker you need to map the port and instruct Vue CLI to listen on all interfaces.\nFor example use\n```\ncd vuedemo\ndocker run -u $(id -u) --rm -p 4200:4200 -v \"$PWD\":/workspace crowdcode/vue-cli vue serve --host 0.0.0.0\n```\n\nIf you want to clone additional git repositories, f.e. from package.json, and you run with a different user than uid 1000 you need to mount the passwd since git requires to resolve the uid.\n\n```\ndocker run -u $(id -u) --rm -p 4200:4200 -v /etc/passwd:/etc/passwd -v \"$PWD\":/app crowdcode/vue-cli npm install\n```\n\n# Credits\n\n- This image is inspired by [docker-ng-cli](https://github.com/trion-development/docker-ng-cli) by [everflux](https://github.com/everflux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdcode-de%2Fgridsome-cli-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrowdcode-de%2Fgridsome-cli-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdcode-de%2Fgridsome-cli-docker/lists"}