Merge pull request #788 from parente/add-binder

[ci skip] ARG does not survive past FROM
This commit is contained in:
Peter Parente
2018-12-29 20:43:15 -05:00
committed by GitHub

View File

@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
ARG TAG=17aba6048f44
FROM jupyter/base-notebook:$TAG
ENV TAG=$TAG
FROM jupyter/base-notebook:17aba6048f44
ENV TAG="17aba6048f44"
COPY binder/README.ipynb .