mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
update dockerfile path
This commit is contained in:
parent
6f9ed73095
commit
b0a8bedb38
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -6,7 +6,7 @@ pipeline {
|
|||
RELEASE_VERSION = readFile('version').trim()
|
||||
IMAGE_REPO = "${IMAGE_NAME}:${RELEASE_VERSION}"
|
||||
PLATFORM = 'linux/amd64,linux/arm64'
|
||||
DOCKERFILE_PATH = 'images/production/Containerfile'
|
||||
DOCKERFILE_PATH = './images/production/Containerfile'
|
||||
}
|
||||
stages {
|
||||
stage('Login to image Repository') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue