Skip to content

Instantly share code, notes, and snippets.

@shsteven
Created April 5, 2016 07:24
Show Gist options
  • Save shsteven/1fe9b379c91cb5cb5906e0612e3b7722 to your computer and use it in GitHub Desktop.
Save shsteven/1fe9b379c91cb5cb5906e0612e3b7722 to your computer and use it in GitHub Desktop.
Dokku + Dockerized static harp server
FROM node
RUN npm install -g harp
COPY . /src
WORKDIR /src
EXPOSE 9000
web: harp server -p 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment