fix entrypoint
This commit is contained in:
parent
e50b4761ff
commit
4a4d939e72
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class DevopsDockerBuild(DevopsBuild):
|
|||
+ self.build_path() + '/image', shell=True)
|
||||
|
||||
def drun(self):
|
||||
run('docker run --expose 8080 -it ' +
|
||||
run('docker run --expose 8080 -it --entrypoint="" ' +
|
||||
self.name() + ' /bin/bash', shell=True)
|
||||
|
||||
def dockerhub_login(self):
|
||||
|
|
Loading…
Reference in a new issue