56984107571e02506268a9a841477fddaa237d58
snibox-sqlite
Snibox container working with SQLite3 database for personal use
To run this container use following parameters:
docker run -d --name snibox \
--volume /path/to/local/db:/app/db/database \
--publish 80:3000 \
snibox
After first run you probably will see error due to database hasn't been initialized in the attached volume. Pleas run following command to create empty database:
docker exec -ti <container_id> rack db:migrate
This will create new database instance and Snibox is ready to go.
Description
Languages
Ruby
57.5%
Dockerfile
42.5%