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 has been 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
The text was updated successfully, but these errors were encountered:
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 namevulture-EMULATOR:VERSION
that can be used indocker-compose.yml
The text was updated successfully, but these errors were encountered: