{"id":26410897,"url":"https://github.com/surya-v-28/docker-images","last_synced_at":"2026-04-18T06:02:18.396Z","repository":{"id":275962136,"uuid":"869294678","full_name":"Surya-V-28/Docker-images","owner":"Surya-V-28","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-05T13:50:23.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T14:36:12.122Z","etag":null,"topics":["docker","docker-compose","docker-image","dockerfile"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repositories/surya28v","language":"CSS","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/Surya-V-28.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":"2024-10-08T03:57:51.000Z","updated_at":"2025-02-05T13:50:26.000Z","dependencies_parsed_at":"2025-02-05T14:48:26.808Z","dependency_job_id":null,"html_url":"https://github.com/Surya-V-28/Docker-images","commit_stats":null,"previous_names":["surya-v-28/docker-images"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surya-V-28%2FDocker-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surya-V-28%2FDocker-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surya-V-28%2FDocker-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surya-V-28%2FDocker-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Surya-V-28","download_url":"https://codeload.github.com/Surya-V-28/Docker-images/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244102808,"owners_count":20398386,"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","docker-compose","docker-image","dockerfile"],"created_at":"2025-03-17T20:19:49.575Z","updated_at":"2026-04-18T06:02:13.123Z","avatar_url":"https://github.com/Surya-V-28.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Static Web App Containerization with Nginx\n\nThis project demonstrates how to containerize a simple static web application (HTML, CSS, and JavaScript) using Nginx in a Docker container.\n\n## Table of Contents\n- [Prerequisites](#prerequisites)\n- [Project Structure](#project-structure)\n- [Docker Setup](#docker-setup)\n- [Nginx Configuration](#nginx-configuration)\n- [Building and Running the Container](#building-and-running-the-container)\n- [Accessing the Web App](#accessing-the-web-app)\n- [Stopping the Container](#stopping-the-container)\n\n## Prerequisites\n\nBefore starting, ensure you have the following installed:\n- [Docker](https://www.docker.com/get-started) (version 20.10 or higher)\n- Basic knowledge of HTML, CSS, JavaScript, and Docker\n\n```\n# Stage 1: Build stage\nFROM nginx:alpine\n\n# Copy the Nginx configuration file\nCOPY ./nginx/default.conf /etc/nginx/conf.d/default.conf\n\n# Copy the static web app files\nCOPY ./public /usr/share/nginx/html\n\n# Expose port 80 to access the application\nEXPOSE 80\n\n# Start Nginx when the container starts\nCMD [\"nginx\", \"-g\", \"daemon off;\"]\n\n```\nthis should be the dockerfile content\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurya-v-28%2Fdocker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurya-v-28%2Fdocker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurya-v-28%2Fdocker-images/lists"}