Skip to content

Commit

Permalink
Hotfix for dockerfile to clone upstream properly (#37)
Browse files Browse the repository at this point in the history
Make sure upstream folder is cloned properly
NOT PASSING TESTS
  • Loading branch information
hughhhh authored and lyft-buildnotify-4 committed Nov 4, 2017
1 parent fb418df commit f8fcec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM lyft/opsbase:caeebb8308bdb84831261a75530a010fbee2478d
ARG IAM_ROLE
COPY . /code/superset-private
RUN cd /code/superset-private && git submodule update --init --recursive
RUN cd /code/superset-private && make init_submodule
COPY ops /code/superset-private/ops
COPY requirements.* piptools_requirements.* /code/superset-private/
COPY manifest.yaml /code/superset-private/manifest.yaml
Expand Down

0 comments on commit f8fcec9

Please sign in to comment.