{"id":20688714,"url":"https://github.com/astechedu/sample-dockerized-vue-app","last_synced_at":"2026-04-12T18:20:47.143Z","repository":{"id":157088691,"uuid":"583378536","full_name":"astechedu/sample-dockerized-vue-app","owner":"astechedu","description":"This is sample dockerized vue app.","archived":false,"fork":false,"pushed_at":"2022-12-30T12:49:59.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T03:41:02.010Z","etag":null,"topics":["docker","docker-image","docker-vue","dockerfile","javascript","vue","vuejs3"],"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/astechedu.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":"2022-12-29T15:48:34.000Z","updated_at":"2022-12-29T18:44:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e2c63fd-781d-4551-9f4a-8a857ae7fed7","html_url":"https://github.com/astechedu/sample-dockerized-vue-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/astechedu/sample-dockerized-vue-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-vue-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-vue-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-vue-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-vue-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astechedu","download_url":"https://codeload.github.com/astechedu/sample-dockerized-vue-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-vue-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552738,"owners_count":23947183,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["docker","docker-image","docker-vue","dockerfile","javascript","vue","vuejs3"],"created_at":"2024-11-16T23:06:42.545Z","updated_at":"2026-04-12T18:20:42.110Z","avatar_url":"https://github.com/astechedu.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized Vue App\n\nDockerfile: \n\n\n#Fetching the latest node image on alpine linux\n\n\tFROM node:18-alpine\n\t\n#install simple http server for serving static content\n\n\tRUN npm install -g http-server\n\t\n#make the 'app' folder the current working directory\n\n\tWORKDIR /app\n\t\n#copy 'package.json' to install dependencies\n\n\tCOPY package*.json ./\n\t\n#install dependencies\n\n\tRUN npm install\n\t\n#copy files and folders to the current working directory (i.e. 'app' folder)\n\n\tCOPY . .\n\t\n#build app for production with minification\n\n\tRUN npm run build\n\tEXPOSE 8080\n\tCMD [ \"http-server\", \"dist\" ]\n\t\n\n----- X -----\n\n\n\n\n\n\n#Building image\n\n\tdocker build . -t dockerized_vue\n\n#Running container\n\n\tdocker run --name vue-app -p 8080:8080 -d dockerized_vue\n\n#On Browser\n\n\thttp://localhost:8080\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n# Vue\n\nThis template should help get you started developing with Vue 3 in Vite.\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Compile and Minify for Production\n\n```sh\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastechedu%2Fsample-dockerized-vue-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastechedu%2Fsample-dockerized-vue-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastechedu%2Fsample-dockerized-vue-app/lists"}