Skip to content

Commit

Permalink
Move code directory from /code/superset to /code/superset-private (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
noelcarl authored Oct 25, 2017
1 parent fcdcfbc commit fcc2718
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM lyft/opsbase:43b3c026d5de6bff9a143654b063430359528cd5
ARG IAM_ROLE
COPY ops /code/superset/ops
COPY requirements.* piptools_requirements.* /code/superset/
COPY manifest.yaml /code/superset/manifest.yaml
RUN SERVICE_NAME=superset CODE_ROOT=/code/superset /code/ops/base/build_service.sh
COPY . /code/superset
COPY ops /code/superset-private/ops
COPY requirements.* piptools_requirements.* /code/superset-private/
COPY manifest.yaml /code/superset-private/manifest.yaml
RUN SERVICE_NAME=superset CODE_ROOT=/code/superset-private /code/ops/base/build_service.sh
COPY . /code/superset-private

0 comments on commit fcc2718

Please sign in to comment.