⬆️ bumped to 0.4.9

This commit is contained in:
undergroundwires-bot
2020-07-14 21:38:19 +00:00
parent f27a2871d7
commit 646a8e0b9f
3 changed files with 21 additions and 3 deletions

View File

@@ -36,8 +36,8 @@ Fork it & add more scripts in [application.yaml](src/application/application.yam
- Development: `npm run serve` to compile & hot-reload for development.
- Production: `npm run build` to prepare files for distribution.
- Or run using Docker:
1. Build: `docker build -t undergroundwires/privacy.sexy:0.4.8 .`
2. Run: `docker run -it -p 8080:80 --rm --name privacy.sexy-0.4.8 undergroundwires/privacy.sexy:0.4.8`
1. Build: `docker build -t undergroundwires/privacy.sexy:0.4.9 .`
2. Run: `docker run -it -p 8080:80 --rm --name privacy.sexy-0.4.9 undergroundwires/privacy.sexy:0.4.9`
## Architecture