mozilla / redash-stmo

Extensions to Redash for Mozilla's STMO
https://sql.telemetry.mozilla.org/
Mozilla Public License 2.0
10 stars 9 forks source link

$PWD:/extension from docker-compose.yml overrides Dockerfile copy . /extension #64

Open amitca71 opened 3 years ago

amitca71 commented 3 years ago

there are two references to /extension: 1) DockerFile, where the extension code is written to /extension 2) docker-compose.yml , where its set as avolume $PWD:/extension

2 overrides #1, and when the docker is being booted, the entry point ENTRYPOINT ["/extension/bin/docker-entrypoint"] is not found...