Skip to content
Snippets Groups Projects
Commit b761dde7 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

modified copy location for shared and apps in dockerfile.dev for capability and workflow

parent eebb04e5
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ FROM marconi.aoc.nrao.edu/ops/base:workspaces ...@@ -4,8 +4,8 @@ FROM marconi.aoc.nrao.edu/ops/base:workspaces
# Get capability code into the image # Get capability code into the image
WORKDIR /code WORKDIR /code
COPY ./services/capability ./ COPY ./services/capability ./
COPY ./shared ./shared COPY ./shared ./src/shared
COPY ./apps ./apps COPY ./apps ./src/apps
# Python library installation # Python library installation
RUN pip install -r requirements.txt \ RUN pip install -r requirements.txt \
......
...@@ -4,8 +4,8 @@ FROM marconi.aoc.nrao.edu/ops/base:workspaces ...@@ -4,8 +4,8 @@ FROM marconi.aoc.nrao.edu/ops/base:workspaces
# Get workflow code into the image # Get workflow code into the image
WORKDIR /code WORKDIR /code
COPY ./services/workflow ./ COPY ./services/workflow ./
COPY ./shared ./shared COPY ./shared ./src/shared
COPY ./apps ./apps COPY ./apps ./src/apps
# Python library installation # Python library installation
RUN pip install -r requirements.txt \ RUN pip install -r requirements.txt \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment