Move files

This commit is contained in:
CrazyMax 2018-06-29 16:57:39 +02:00
parent 82d6205bbc
commit 9752d4b930
5 changed files with 14 additions and 2 deletions

13
.dockerignore Normal file
View File

@ -0,0 +1,13 @@
/.dev
/.idea
/*.iml
/.git
/.res
/examples
/.editorconfig
/.gitignore
/.travis.yml
/CHANGELOG.md
/LICENSE
/README.md

View File

@ -29,7 +29,7 @@ install:
docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=${TRAVIS_COMMIT::8} \
--build-arg VERSION=${VERSION} \
-t $DOCKER_USERNAME/$DOCKER_REPONAME -f ./docker/Dockerfile ./docker
-t $DOCKER_USERNAME/$DOCKER_REPONAME .
before_script:
- docker run -d -p 8000:80 -e JLS_VIRTUAL_HOSTS=$WAN_IP --name $DOCKER_REPONAME $DOCKER_USERNAME/$DOCKER_REPONAME

View File

@ -1 +0,0 @@
/docker-compose.yml