abutbul / spree-project

A spree based project that can run on Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spree-project

This is a basic bare rails + spree project with a dedicated Dockerfile that enables running this spree app without any ruby\rails related installation/configuration.

Pre requisitis

Docker installed :-)

To run project:

docker build -t <your-image-name> .
docker run -p 3000:3000 --name <your-container-name> -d <your-image-name>

Live example:

docker build -t eyals/spree .
docker run -p 3000:3000 --name myspree -d eyals/spree

Entire repo is based on the exquisite Spree project which you can find here. No credits taken.

Still for any questions or comments feel free to contact me.

About

A spree based project that can run on Docker


Languages

Language:Ruby 96.7%Language:HTML 2.4%Language:JavaScript 0.5%Language:CSS 0.3%Language:Dockerfile 0.2%