Skip to content

Commit

Permalink
Copy the binderhub_config.py file into built image properly
Browse files Browse the repository at this point in the history
Missed this in earlier refactoring
  • Loading branch information
yuvipanda committed Dec 29, 2017
1 parent d227ec4 commit a555933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm-chart/images/binderhub/Dockerfile
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ RUN python3 setup.py bdist_wheel
FROM python:3.6-stretch

COPY --from=0 /tmp/binderhub/dist/*.whl .
COPY helm-chart/images/binderhub/binderhub_config.py .
RUN pip install --no-cache-dir *.whl

CMD python3 -m binderhub

0 comments on commit a555933

Please sign in to comment.