Skip to content

Commit

Permalink
Update to correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Aug 5, 2024
1 parent 7158dde commit ca9f157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/mockims/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker/mockims/local/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca9f157

Please sign in to comment.