Have Dockerfile build off current dir

Makes it much easier to test!
pull/2/head
yuvipanda 2017-05-09 13:39:50 -07:00
rodzic 66fce0592f
commit 9e2a16929d
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -12,5 +12,7 @@ RUN apt-get update && \
COPY install-s2i.bash /usr/local/bin/install-s2i.bash
RUN /usr/local/bin/install-s2i.bash
RUN pip3 install --no-cache-dir git+https://github.com/yuvipanda/builder@e7d51c3
RUN mkdir /tmp/src
ADD . /tmp/src
RUN pip3 install /tmp/src