소스 검색

Rename tests folder in docker file.

scossu 5 달 전
부모
커밋
8ef7b8aaef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +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 test ./test/
 COPY requirements.txt ./
 RUN pip install --no-cache-dir -r requirements.txt