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
# Get capability code into the image
WORKDIR /code
COPY ./services/capability ./
COPY ./shared ./shared
COPY ./apps ./apps
COPY ./shared ./src/shared
COPY ./apps ./src/apps
# Python library installation
RUN pip install -r requirements.txt \
......
......@@ -4,8 +4,8 @@ FROM marconi.aoc.nrao.edu/ops/base:workspaces
# Get workflow code into the image
WORKDIR /code
COPY ./services/workflow ./
COPY ./shared ./shared
COPY ./apps ./apps
COPY ./shared ./src/shared
COPY ./apps ./src/apps
# Python library installation
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