Created
April 5, 2016 07:24
-
-
Save shsteven/1fe9b379c91cb5cb5906e0612e3b7722 to your computer and use it in GitHub Desktop.
Dokku + Dockerized static harp server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM node | |
RUN npm install -g harp | |
COPY . /src | |
WORKDIR /src | |
EXPOSE 9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: harp server -p 9000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment