Procházet zdrojové kódy

Rename tests folder in docker file.

scossu před 5 měsíci
rodič
revize
8ef7b8aaef
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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