Fix copy
This commit is contained in:
parent
533d26e6cf
commit
8b63b0e510
2
pod.py
2
pod.py
@ -16,7 +16,7 @@ podctl = Container(
|
|||||||
sh -c "cd setuptools-* && python3.8 setup.py install"
|
sh -c "cd setuptools-* && python3.8 setup.py install"
|
||||||
easy_install-3.8 pip
|
easy_install-3.8 pip
|
||||||
'''),
|
'''),
|
||||||
Copy(['setup.py', 'podctl'], '/app'),
|
Copy('setup.py', 'podctl', '/app'),
|
||||||
Pip('/app', pip='pip3.8'),
|
Pip('/app', pip='pip3.8'),
|
||||||
Config(cmd='podctl', author='jpic'),
|
Config(cmd='podctl', author='jpic'),
|
||||||
Commit('docker.io/yourlabs/podctl'),
|
Commit('docker.io/yourlabs/podctl'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user