Skip to content

Commit

Permalink
feat(serverlist): add docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Sep 15, 2015
1 parent 21749e1 commit f14e977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# VERSION : latest
# DOCKER-VERSION : 1.5+
# DESCRIPTION : Sends emails using a JSON message sent through RabbitMQ and a template.
# DEPENDENCIES : node:0.12-onbuild
# TO_BUILD : docker build --pull=true --no-cache --rm -t redsmin/proxy:latest .
# DEPENDENCIES : node:0.12.7-slim
# TO_BUILD : docker build --no-cache --rm -t redsmin/proxy:latest .
# TO_SHIP : docker push redsmin/proxy:latest
# TO_RUN : docker run -it --rm --name redsmin --link redis:redis -e REDSMIN_KEY=YOUR_REDMIN_KEY -e REDIS_URI="redis://redis:6379" redsmin-proxy
##

FROM node:0.12-onbuild
FROM node:0.12.7-slim

MAINTAINER Francois-Guillaume Ribreau <[email protected]>

Expand Down

0 comments on commit f14e977

Please sign in to comment.