move dkregistry out of the services folder

This commit is contained in:
2020-11-22 09:09:34 -05:00
parent e8d56c2659
commit d6f68a1c93
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
pipeline { pipeline {
environment { environment {
WORKDIR = 'dockerfiles/services/services/dkregistry' WORKDIR = 'dockerfiles/services/dkregistry'
DOCKER_HOST = 'dkhost:2376' DOCKER_HOST = 'dkhost:2376'
} }