You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2019. It is now read-only.
Make it optional to use the CLI by creating a Docker image for the API.
I'm not entirely sure how this would be done, as all the emulator packages are optional and will be dynamically imported depending on the environment variable EMULATOR, so you'd have to install @vulture/EMULATOR as a dependency.
Maybe create a docker image for each emulator containing yarn add @vulture/EMULATOR with the name vulture-EMULATOR:VERSION that can be used in docker-compose.yml
Make it optional to use the CLI by creating a Docker image for the API.
I'm not entirely sure how this would be done, as all the emulator packages are optional and will be dynamically imported depending on the environment variable
EMULATOR, so you'd have to install@vulture/EMULATORas a dependency.Maybe create a docker image for each emulator containing
yarn add @vulture/EMULATORwith the namevulture-EMULATOR:VERSIONthat can be used indocker-compose.yml