diff --git a/docker/mockims/dev/Dockerfile b/docker/mockims/dev/Dockerfile index 0cee141..396001c 100644 --- a/docker/mockims/dev/Dockerfile +++ b/docker/mockims/dev/Dockerfile @@ -11,10 +11,10 @@ LABEL maintainer ${maintainer} WORKDIR /python/ims_service # Copy source files -COPY ./python/idsse_testing/ims_service/src/ims_service.py /python/ims_service/ +COPY ./python/idsse/testing/ims_service/src/ims_service.py /python/ims_service/ # (TEMPORARY) Copy canned criteria files. To be removed when integration with IMS API exists -COPY ./python/idsse_testing/ims_service/profiles/*.json /python/profiles/ +COPY ./python/idsse/testing/ims_service/profiles/*.json /python/profiles/ # The volume mapping here is kind of strange for k8s deployment, because if we map an empty volume to /criteria # then the temp copy of json above will get blown away by the volume mapping...just omit it for k8s deployment diff --git a/docker/mockims/local/Dockerfile b/docker/mockims/local/Dockerfile index 13f71e5..b9bcf07 100644 --- a/docker/mockims/local/Dockerfile +++ b/docker/mockims/local/Dockerfile @@ -12,10 +12,10 @@ LABEL maintainer ${maintainer} WORKDIR /python/ims_service # Copy source files -COPY ./python/idsse_testing/ims_service/src/ims_service.py /python/ims_service/ +COPY ./python/idsse/testing/ims_service/src/ims_service.py /python/ims_service/ # (TEMPORARY) Copy canned criteria files. To be removed when integration with IMS API exists -COPY ./python/idss_testing/ims_service/profiles/*.json /python/profiles/ +COPY ./python/idsse/testing/ims_service/profiles/*.json /python/profiles/ # If you need to have a local mount, otherwise service will use version controlled jsons #VOLUME /python/profiles