Skip to content

Commit b0cf167

Browse files
committed
r5
readme updated changed port to 8901 removed dockerfile forced docker-compose file to specific tag
1 parent 116e276 commit b0cf167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_deploy:
3131
- mkdir -p $DEPLOY_NODOCKER
3232
- mkdir -p $DEPLOY_DOCKER/www
3333
- mkdir -p $DEPLOY_NODOCKER/www
34-
- cp -f $TRAVIS_BUILD_DIR/*.py $TRAVIS_BUILD_DIR/*.yml $DEPLOY_DOCKER
34+
- cp -f $TRAVIS_BUILD_DIR/*.yml $DEPLOY_DOCKER
3535
- sed -i s/latest/$TAG/g $DEPLOY_DOCKER/docker-compose.yml
3636
- cp -f $TRAVIS_BUILD_DIR/www/index.html $DEPLOY_DOCKER/www
3737
- cp -f $TRAVIS_BUILD_DIR/*.py $TRAVIS_BUILD_DIR/settings.yml $TRAVIS_BUILD_DIR/locations.yml $DEPLOY_NODOCKER

0 commit comments

Comments
 (0)