From ca9f157fe3bc6a7a56fae5d1d16e12541fe22904 Mon Sep 17 00:00:00 2001 From: paulhamer-noaa <81647525+paulhamer-noaa@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:07:24 -0600 Subject: [PATCH] Update to correct paths --- docker/mockims/dev/Dockerfile | 4 ++-- docker/mockims/local/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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