mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 17:02:55 +08:00
add instructions to running docker to README
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@@ -0,0 +1,2 @@
|
||||
build/
|
||||
.github/
|
||||
@@ -56,6 +56,10 @@ bundle exec middleman server
|
||||
|
||||
# OR run this to run with vagrant
|
||||
vagrant up
|
||||
|
||||
# OR run this to run with docker
|
||||
docker build . -t slate:latest # this only needs to be run once
|
||||
docker run -p 4567:4567 -v $(pwd)/source:/srv/slate/source slate:latest
|
||||
```
|
||||
|
||||
You can now see the docs at http://localhost:4567. Whoa! That was fast!
|
||||
|
||||
Reference in New Issue
Block a user