Skip to content

Commit

Permalink
fig: make the static build volume live on the host
Browse files Browse the repository at this point in the history
  • Loading branch information
logan authored and chromakode committed Apr 10, 2015
1 parent 7b6b29f commit 42011d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ frontend:
build: client
volumes:
- client:/srv/heim/client/src
- client/build:/srv/heim/client/src/build
environment:
NODE_ENV: production

Expand All @@ -36,8 +37,7 @@ backend:
- psql
volumes:
- .:/go/src/heim
volumes_from:
- frontend
- client/build:/srv/heim/client/src/build
ports:
- "8080:80"
- "2222:22"

0 comments on commit 42011d4

Please sign in to comment.