Klifford Agujar

Results 1 comments of Klifford Agujar

finally got mine to work with docker-compose using the following snippet: ``` services: client: build: context: . image: ${DOCKER_USERNAME}/integrated-tracker environment: - WATCHPACK_POLLING=true ports: - "3000:${LOCAL_CLIENT_PORT}" develop: watch: - action: sync...