praxis icon indicating copy to clipboard operation
praxis copied to clipboard

Code sync is syncing code to the wrong container

Open scottmessinger opened this issue 8 years ago • 0 comments

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

scottmessinger avatar Aug 11 '17 21:08 scottmessinger