Skip to content

Commit

Permalink
r5
Browse files Browse the repository at this point in the history
readme updated
changed port to 8901
removed dockerfile
forced docker-compose file to specific tag
  • Loading branch information
alatas committed Oct 7, 2018
1 parent 116e276 commit b0cf167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_deploy:
- mkdir -p $DEPLOY_NODOCKER
- mkdir -p $DEPLOY_DOCKER/www
- mkdir -p $DEPLOY_NODOCKER/www
- cp -f $TRAVIS_BUILD_DIR/*.py $TRAVIS_BUILD_DIR/*.yml $DEPLOY_DOCKER
- cp -f $TRAVIS_BUILD_DIR/*.yml $DEPLOY_DOCKER
- sed -i s/latest/$TAG/g $DEPLOY_DOCKER/docker-compose.yml
- cp -f $TRAVIS_BUILD_DIR/www/index.html $DEPLOY_DOCKER/www
- cp -f $TRAVIS_BUILD_DIR/*.py $TRAVIS_BUILD_DIR/settings.yml $TRAVIS_BUILD_DIR/locations.yml $DEPLOY_NODOCKER
Expand Down

0 comments on commit b0cf167

Please sign in to comment.