modify docker compose to working with the code in realtime

This commit is contained in:
Daniel
2017-11-15 08:53:37 -06:00
parent a715df3431
commit 2041c9b8bb

View File

@@ -26,3 +26,6 @@ app:
# expose the port we configured Unicorn to bind to # expose the port we configured Unicorn to bind to
ports: ports:
- "3000:3000" - "3000:3000"
# map our application source code, in full, to the application root of our container
volumes:
- .:/var/www/consul