|
@@ -5,7 +5,7 @@ ARG WORKROOT "/usr/local/scriptshifter/src"
|
|
WORKDIR ${WORKROOT}
|
|
WORKDIR ${WORKROOT}
|
|
COPY VERSION entrypoint.sh sscli uwsgi.ini wsgi.py ./
|
|
COPY VERSION entrypoint.sh sscli uwsgi.ini wsgi.py ./
|
|
COPY scriptshifter ./scriptshifter/
|
|
COPY scriptshifter ./scriptshifter/
|
|
-COPY tests ./tests/
|
|
|
|
|
|
+COPY test ./test/
|
|
COPY requirements.txt ./
|
|
COPY requirements.txt ./
|
|
RUN pip install --no-cache-dir -r requirements.txt
|
|
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
|