Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienbourdeau/docker-for-build.prestashop.com
Jekyll with bundler and bower
https://github.com/julienbourdeau/docker-for-build.prestashop.com
Last synced: 21 days ago
JSON representation
Jekyll with bundler and bower
- Host: GitHub
- URL: https://github.com/julienbourdeau/docker-for-build.prestashop.com
- Owner: julienbourdeau
- Created: 2015-07-27T14:16:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T13:03:21.000Z (over 9 years ago)
- Last Synced: 2024-10-22T22:57:14.248Z (29 days ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-for-build.prestashop.com
Jekyll with bundler and bower. Custom made for http://build.prestashop.com
Docker Hub: https://registry.hub.docker.com/u/julienbourdeau/docker-for-prestashop-build/
## Getting started
1/ Clone the jekyll source into a `src` folder.
```bash
git clone https://github.com/PrestaShop/build.prestashop.com.git src
```2/ Start the Docker container
```bash
docker run --rm -v "$PWD:/src" julienbourdeau/docker-for-prestashop-build
```