{"id":15490857,"url":"https://github.com/gbirke/spress-docker","last_synced_at":"2025-10-06T14:18:53.250Z","repository":{"id":137847439,"uuid":"85405323","full_name":"gbirke/spress-docker","owner":"gbirke","description":"Docker files for Spress, a static site builder","archived":false,"fork":false,"pushed_at":"2017-03-19T10:29:43.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T16:56:23.295Z","etag":null,"topics":["dockerfile","php","static-site-generator"],"latest_commit_sha":null,"homepage":null,"language":null,"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/gbirke.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":"2017-03-18T13:59:20.000Z","updated_at":"2017-04-23T13:20:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"55439f64-bfab-4508-af87-5e4517a9dd13","html_url":"https://github.com/gbirke/spress-docker","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/gbirke%2Fspress-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbirke%2Fspress-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbirke%2Fspress-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbirke%2Fspress-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbirke","download_url":"https://codeload.github.com/gbirke/spress-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246061921,"owners_count":20717528,"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":["dockerfile","php","static-site-generator"],"created_at":"2024-10-02T07:40:55.204Z","updated_at":"2025-10-06T14:18:53.161Z","avatar_url":"https://github.com/gbirke.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerfile for Spress\n\nThis is a Dockerfile for running the static site generator [Spress](http://spress.yosymfony.com/).\n\nTo run a local web server with an existing site use the command\n\n    docker run -v $(pwd):/var/www -p 4000 -t --rm gbirke/spress\n\nYou can stop the web server at any time with Ctrl-C. The container will be cleaned up automatically.\n\nTo build the site without running a web server, use the default Spress parameters after the image name:\n\n    docker run -v $(pwd):/var/www -t --rm gbirke/spress site:build\n\nBuild with drafts:\n\n    docker run -v $(pwd):/var/www -t --rm gbirke/spress site:build --drafts\n\nBuild in production environment:\n\n    docker run -v $(pwd):/var/www -t --rm gbirke/spress site:build --env=prod\n\nBuild from a different directory:\n\n    docker run -v /home/gbirke/blog:/var/www -t --rm gbirke/spress site:build\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbirke%2Fspress-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbirke%2Fspress-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbirke%2Fspress-docker/lists"}