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:
parent
bc5fe6c6b8
commit
49d99d09e2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue