Skip to content

Commit

Permalink
Also copy the manifest.yaml into the lyft conventional root
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Aug 28, 2018
1 parent 87cc2c5 commit f6c44bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ WORKDIR /src/beam
COPY . .
# Add a symlink to the setup.py code root at the lyft conventional root
RUN ln -sf /src/beam/sdks/python /code/beam
RUN cp /code/containers/pythonlibrary/Makefile /code/beam/
RUN \
cp \
/code/containers/pythonlibrary/Makefile \
/src/beam/manifest.yaml \
/code/beam/

0 comments on commit f6c44bb

Please sign in to comment.