🐳 Improve automatic docker build

This commit is contained in:
Jan Oberhauser
2019-08-10 00:07:01 +02:00
parent 135431ebcd
commit ce69b349cf
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker build --build-arg N8N_VERSION=$DOCKER_TAG -f $DOCKERFILE_PATH -t $IMAGE_NAME .