{"id":20688704,"url":"https://github.com/astechedu/sample-dockerized-express-app","last_synced_at":"2025-03-11T00:51:24.959Z","repository":{"id":157088695,"uuid":"583638724","full_name":"astechedu/sample-dockerized-express-app","owner":"astechedu","description":"This is sample dockerized node express app.","archived":false,"fork":false,"pushed_at":"2022-12-30T12:41:55.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T16:56:47.807Z","etag":null,"topics":["docker","dockerfile","dockerized-express","javascript","node","node-express"],"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-30T12:08:50.000Z","updated_at":"2022-12-30T12:43:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb5b8ea8-4627-4784-8382-29ed7e8ccf29","html_url":"https://github.com/astechedu/sample-dockerized-express-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-express-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-express-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-express-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-express-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astechedu","download_url":"https://codeload.github.com/astechedu/sample-dockerized-express-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242951172,"owners_count":20211572,"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","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","dockerfile","dockerized-express","javascript","node","node-express"],"created_at":"2024-11-16T23:06:41.692Z","updated_at":"2025-03-11T00:51:24.948Z","avatar_url":"https://github.com/astechedu.png","language":"Dockerfile","readme":"# sample-dockerized-express-app\n\nThis is sample dockerized node express app.\n\n\n\nDockerfile: \n\n\n#Fetching the latest node image on alpine linux\n\n      FROM node:18-alpine\n      \n#Declaring env\n\n      #ENV NODE_ENV development\n\n#Setting up the work directory\n\n      WORKDIR /express-app\n\n#Installing dependencies\n\n      COPY ./package.json /express-app\n      \n      RUN npm install\n\n#Copying all the files in our project\n\n      COPY . .\n\n#Starting our application\n\n      CMD [\"node\",\"app.js\"]\n\n\n----- X -------\n\n\n#Building image\n\n      docker build . -t dockerized_express\n\n#Running container\n\n      docker run --name express-app -p 8080:3000 -d dockerized_express\n\n#On Browser\n\n      http://localhost:8080\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastechedu%2Fsample-dockerized-express-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastechedu%2Fsample-dockerized-express-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastechedu%2Fsample-dockerized-express-app/lists"}