diff --git a/Dockerfile b/Dockerfile index fe79a5eb..2ce2cd35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -141,6 +141,7 @@ COPY --chown=${USER} ssh ${HOME}/.ssh COPY --chown=${USER} supervisord.conf mod_wsgi.conf wait-for-it.sh manage.py ${HOME}/ COPY --chown=${USER} cvat/ ${HOME}/cvat COPY --chown=${USER} utils/ ${HOME}/utils +COPY --chown=${USER} tests/ ${HOME}/tests # RUN all commands below as 'django' user USER ${USER} diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index f19d9bef..00000000 --- a/tests/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright (C) 2020 Intel Corporation -# -# SPDX-License-Identifier: MIT