0.0.11
What's Changed
- Removed
docker-compose-local.yml- no need for a dedicated file, I merged it withdocker-compose-aws.yml - Fetch
fswatchbinaries instead of building them during the Docker image build - Reduces build time significantly - Changed Python version from
3.9.18to3.11.6- Reduces build time by being compatible with required Python version - Added
SHELLto Dockerfile to make sure we're always running in abashsession - Cleaned up unused
ARGs from Dockerfile
Full Changelog: 0.0.10...0.0.11