Skip to content

Commit 8ef7b8a

Browse files
committed
Rename tests folder in docker file.
1 parent 44397bf commit 8ef7b8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG WORKROOT "/usr/local/scriptshifter/src"
55
WORKDIR ${WORKROOT}
66
COPY VERSION entrypoint.sh sscli uwsgi.ini wsgi.py ./
77
COPY scriptshifter ./scriptshifter/
8-
COPY tests ./tests/
8+
COPY test ./test/
99
COPY requirements.txt ./
1010
RUN pip install --no-cache-dir -r requirements.txt
1111

0 commit comments

Comments
 (0)