Skip to content

Commit

Permalink
Add test dir to Docker file.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Sep 11, 2024
1 parent 7baa734 commit 7bee998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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 requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit 7bee998

Please sign in to comment.