Преглед изворни кода

Add test dir to Docker file.

scossu пре 11 месеци
родитељ
комит
7bee998651
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -5,6 +5,7 @@ ARG WORKROOT "/usr/local/scriptshifter/src"
 WORKDIR ${WORKROOT}
 COPY VERSION entrypoint.sh sscli uwsgi.ini wsgi.py ./
 COPY scriptshifter ./scriptshifter/
+COPY tests ./tests/
 COPY requirements.txt ./
 RUN pip install --no-cache-dir -r requirements.txt