Skip to content

0.0.11

Choose a tag to compare

@unfor19 unfor19 released this 12 Jan 17:15
· 2 commits to master since this release
594a927

What's Changed

  • Removed docker-compose-local.yml - no need for a dedicated file, I merged it with docker-compose-aws.yml
  • Fetch fswatch binaries instead of building them during the Docker image build - Reduces build time significantly
  • Changed Python version from 3.9.18 to 3.11.6 - Reduces build time by being compatible with required Python version
  • Added SHELL to Dockerfile to make sure we're always running in a bash session
  • Cleaned up unused ARGs from Dockerfile

Full Changelog: 0.0.10...0.0.11