Skip to content

lirany1/spree-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.8%
  • HTML 2.4%
  • Other 0.8%