Skip to content

Commit

Permalink
Docker working
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Nov 7, 2016
1 parent ccef508 commit 575556f
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 32 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ _services-shutdown:
@env MY_IP=${MY_IP} docker-compose -p marathon -f ./docker-compose.yaml stop
@env MY_IP=${MY_IP} docker-compose -p marathon -f ./docker-compose.yaml rm -f

docker-build:
docker-build: build
@docker build -t marathon .

docker-run:
@docker run -i -t \
@docker run -d -t \
-e "NODE_ENV=development" \
-e "PORT=8000" \
-e "PG_URL=postgresql://marathon@${MY_IP}:22222/marathon" \
Expand Down
91 changes: 62 additions & 29 deletions lib/marathon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/marathon.js.map

Large diffs are not rendered by default.

0 comments on commit 575556f

Please sign in to comment.