0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00

👷 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

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