We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44397bf commit 8ef7b8aCopy full SHA for 8ef7b8a
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ ARG WORKROOT "/usr/local/scriptshifter/src"
5
WORKDIR ${WORKROOT}
6
COPY VERSION entrypoint.sh sscli uwsgi.ini wsgi.py ./
7
COPY scriptshifter ./scriptshifter/
8
-COPY tests ./tests/
+COPY test ./test/
9
COPY requirements.txt ./
10
RUN pip install --no-cache-dir -r requirements.txt
11
0 commit comments