0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -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: script:
- ./manage.sh build - ./manage.sh build
- ./manage.sh release - ./manage.sh release
- docker build -t uxbox-backend backend-docker/ - docker build -t uxbox-backend backend/
- docker build -t uxbox-frontend frontend-docker/ - docker build -t uxbox-frontend frontend/
after_script: after_script:
- docker images - docker images