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