Skip to content

Commit

Permalink
Rename tests folder in docker file.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Dec 25, 2024
1 parent 44397bf commit 8ef7b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ef7b8a

Please sign in to comment.