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...
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...