modify docker compose to working with the code in realtime
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user