0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

💚 Fix docker location

This commit is contained in:
mathieu.brunot 2019-02-14 14:05:46 +01:00
parent bc5fe6c6b8
commit 49d99d09e2
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -17,8 +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/
- docker build -t uxbox-backend backend/
- docker build -t uxbox-frontend frontend/
after_script:
- docker images