From 8b63b0e510c5991e229fdaf5856dc98ecd7506d0 Mon Sep 17 00:00:00 2001 From: jpic Date: Tue, 28 Jan 2020 02:35:00 +0100 Subject: [PATCH] Fix copy --- pod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod.py b/pod.py index eecf631..55e6ec1 100644 --- a/pod.py +++ b/pod.py @@ -16,7 +16,7 @@ podctl = Container( sh -c "cd setuptools-* && python3.8 setup.py install" easy_install-3.8 pip '''), - Copy(['setup.py', 'podctl'], '/app'), + Copy('setup.py', 'podctl', '/app'), Pip('/app', pip='pip3.8'), Config(cmd='podctl', author='jpic'), Commit('docker.io/yourlabs/podctl'),