Skip to content

Instantly share code, notes, and snippets.

@bugzbrown
Last active December 3, 2017 17:16
Show Gist options
  • Save bugzbrown/5d071bc50f3a415b70b5f1e7e0914d91 to your computer and use it in GitHub Desktop.
Save bugzbrown/5d071bc50f3a415b70b5f1e7e0914d91 to your computer and use it in GitHub Desktop.
Quick start for running GhostBlog on your computer with docker
#!/bin/env bash
MY_PATH=$(pwd)
PORT=${1:-8080}
docker run -p $PORT:2368 -v $MY_PATH:/var/lib/ghost/content --env NODE_ENV=development ghost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment