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