RedbeardTFL / ATIS_GENERATOR

Other
0 stars 0 forks source link

Update CI badge URLs and remove unnecessary Docker files #22

Closed Codycody31 closed 1 year ago

Codycody31 commented 1 year ago

This pull request encompasses two distinct updates.

Firstly, in the README.md file, the CI badge URLs have been updated to point to the correct repository owner and repository name. This ensures that the badges accurately reflect the status of the continuous integration process.

Secondly, several unnecessary Docker files and configurations have been removed. These files include docker-compose.yaml, docker/default.conf, docker/docker-php-entrypoint, docker/docker-php-entrypoint-dev, docker/nginx.conf, docker/supervisord.conf, and php-nginx-base.Dockerfile. These files were no longer being used and their removal simplifies the Docker setup, reduces clutter, and improves maintainability.

Please review and merge this pull request to apply these updates and improvements.