Some experimental docker changes.

This commit is contained in:
James Cole
2019-08-04 08:01:13 +02:00
parent 933f02d1d9
commit d3be043aa7
6 changed files with 83 additions and 99 deletions

View File

@@ -3,8 +3,6 @@
# build image
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
if [ "$TRAVIS_BRANCH" == "develop" ]; then
echo "Build develop amd64"
docker build -t jc5x/firefly-iii:develop-amd64 -f Dockerfile.amd64 .