bisakhmondal opened a new issue #1581: URL: https://github.com/apache/apisix-dashboard/issues/1581
# Bug report ## Describe the bug Currently, the compose file located in `/api/test/docker` directory needs a `Dockerfile-apisix` for spinning up two apisix docker containers. https://github.com/apache/apisix-dashboard/blob/48e66cded1f4f7b67d37a9f1337fca492d6f44f5/api/test/docker/docker-compose.yaml#L128-L132 But in the mentioned directory there is no such file. <pre> . ├── apisix_config2.yaml ├── apisix_config.yaml ├── apisix_logs ├── docker-compose.yaml ├── Dockerfile ├── manager-api-conf.yaml └── upstream.conf </pre> It should be present in the mentioned path as per the [docs](https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/back-end-e2e.md#start-with-docker-compose), resulting in a failure in starting up the required containers. ## How to Reproduce ```bash cd api/test/docker docker-compose build #or docker-compose up ``` ## Screenshots  ## System information Linux turing 5.8.0-44-generic #50~20.04.1-Ubuntu SMP Wed Feb 10 21:07:30 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Thank you. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
