Skip to content

Commit

Permalink
💚 Fix docker location
Browse files Browse the repository at this point in the history
  • Loading branch information
madmath03 committed Feb 14, 2019
1 parent bc5fe6c commit 49d99d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49d99d0

Please sign in to comment.