Move files
This commit is contained in:
parent
82d6205bbc
commit
9752d4b930
13
.dockerignore
Normal file
13
.dockerignore
Normal file
@ -0,0 +1,13 @@
|
||||
/.dev
|
||||
/.idea
|
||||
/*.iml
|
||||
|
||||
/.git
|
||||
/.res
|
||||
/examples
|
||||
/.editorconfig
|
||||
/.gitignore
|
||||
/.travis.yml
|
||||
/CHANGELOG.md
|
||||
/LICENSE
|
||||
/README.md
|
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
/docker-compose.yml
|
Loading…
Reference in New Issue
Block a user