Sign inSign up

sstc/slate

By sstc

Updated over 8 years ago

dockerize slate

Image
0

241

sstc/slate repository overview

docker-slate

Run server

docker run \
-p 4567:4567 \
-v /path/to/doc-source:/app/source \
-v /path/to/build:/app/build \
sstc/slate

Build

docker run \
-v /path/to/doc-source:/app/source \
-v /path/to/build:/app/build sstc/slate \
sh -c 'cp -nr source_orig/* source && exec bundle exec middleman build'

Tag summary

Content type

Image

Digest

Size

143.2 MB

Last updated

over 8 years ago

docker pull sstc/slate