Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neko-Design committed Dec 1, 2017
2 parents ff414c7 + 7b3d309 commit 77ccdf1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: "2"
services:
node:
image: "node:8"
user: "node"
working_dir: /home/node/app
environment:
- NODE_ENV=development
- PORT=9091
volumes:
- ./:/home/node/app
ports:
- "8080:9091"
command: "npm run agent"

0 comments on commit 77ccdf1

Please sign in to comment.