diff --git a/Jenkinsfile b/Jenkinsfile index e9d8b29..3374dc5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { } steps { echo 'Copying .env file...' - sh 'cp ${SECRET_FILE_ID} ./' + sh 'cp ${SECRET_FILE_ID} .env' sh 'docker build -t microblog:latest .' } }