Re-enable the default functionality
This commit is contained in:
@@ -8,9 +8,9 @@
|
|||||||
(defn image [{:keys [app-name]}]
|
(defn image [{:keys [app-name]}]
|
||||||
(let [context-path (.. path (join "." (-> cfg :resource-path)))
|
(let [context-path (.. path (join "." (-> cfg :resource-path)))
|
||||||
dockerfile-path (.. path (join context-path (str app-name ".dockerfile")))
|
dockerfile-path (.. path (join context-path (str app-name ".dockerfile")))
|
||||||
base-args {;;:context {:location context-path}
|
base-args {:context {:location context-path}
|
||||||
;;:dockerfile {:location dockerfile-path}
|
:dockerfile {:location dockerfile-path}
|
||||||
;;:imageName (str (-> cfg :docker-repo) "/" app-name ":latest")
|
:imageName (str (-> cfg :docker-repo) "/" app-name ":latest")
|
||||||
}]
|
}]
|
||||||
base-args))
|
base-args))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user