Updating dockerfile add location of unit tests

This commit is contained in:
MSalvaris 2017-11-22 14:28:33 +00:00
Родитель 8ae9a4b222
Коммит ccdb08521b
2 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,6 @@ MAINTAINER Mathew Salvaris <mathew.salvaris@microsoft.com>
RUN mkdir /code
WORKDIR /code
ADD . /code/
ADD ../tests /code/tests
ADD etc /etc
RUN apt-get update && apt-get install -y --no-install-recommends \

Просмотреть файл