👷 Add docker prod images build

This commit is contained in:
mathieu.brunot 2019-02-14 13:11:11 +01:00
parent 1f13b70c0c
commit 010f855829
No known key found for this signature in database
GPG Key ID: 81584BEAF692D7E0
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ before_script:
script:
- ./manage.sh build
- ./manage.sh release
- docker build -t uxbox-backend backend-docker/
- docker build -t uxbox-frontend frontend-docker/
after_script:
- docker images