entry point to /usr/app/

This commit is contained in:
TheHouseWrecker
2020-03-31 00:22:13 +09:00
parent cc092288ed
commit 7e359ae459

2
jenkins/Jenkinsfile vendored
View File

@@ -26,7 +26,7 @@ pipeline {
agent {
dockerfile {
filename "Dockerfile.ssl"
args '-i --entrypoint='
args '-i --entrypoint=/usr/app/'
}
}
steps{