convox / praxis

Convox Praxis: A framework for modern application infrastructure.
40 stars 11 forks source link

Code sync is syncing code to the wrong container #338

Open scottmessinger opened 7 years ago

scottmessinger commented 7 years ago

I have two services in my app: backend and frontend. They live in two folders in the root of the directory. My convox file look like:

services:
  backend:
    build: ./backend
    # ....
  frontend:
    build: ./frontend
    # ....

When I change files in the backend folder, it syncs the changes to the frontend container. For instance:

convox   | sync: backend/lib/spikey/plugs/www_redirect.ex to frontend
frontend | file changed backend/lib/spikey/plugs/www_redirect.ex