mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #6564 from dokku/6416-nixpacks-no-link
Ignore link and volume flags for nixpacks builds
This commit is contained in:
@@ -39,7 +39,7 @@ trigger-docker-options-docker-args() {
|
||||
;;
|
||||
*)
|
||||
case "$IMAGE_SOURCE_TYPE" in
|
||||
dockerfile)
|
||||
dockerfile | nixpacks)
|
||||
case "$line" in
|
||||
--link* | -v* | --volume*)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user