dockerize_sidekick_plugin 0.3.1 dockerize_sidekick_plugin: ^0.3.1 copied to clipboard
Lets you easily generate a Docker Container for your Flutter Web App.
0.3.1 #
- Fix: .gitignore install error
0.3.0 #
- Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
- BuildCommand
- Use dockerx for builds
- Improved Build Output
- Add build information to version file
- Run Command
- Kill with ctrl c once
- Hot rebuild
- General:
- Add www Folder to .gitignore* Remove dcli
- Use Sidekick Core 1.0.0
- Add Docker Garbage Collector
0.2.1 #
- Fixed a bug where the CSP Rules where enforced instead of reportOnly
- You can regenerate dockerize_sidekick_plugin with the new version to fix this.
or you can change in
middlewares.dart
the following line:reportOnly: shouldEnforceCsp,
toreportOnly: !shouldEnforceCsp,
- You can regenerate dockerize_sidekick_plugin with the new version to fix this.
or you can change in
0.2.0 #
- Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
- Improved Documentation
- Run in foreground
- Set CSP to reportOnly
- Auto generate Hashes for scripts in index.html
- Be able to use other ports
- Add readme to server
- Add environment
- Kill container on Ctrl+C
0.1.0 #
- MVP Release.