|
@@ -10,11 +10,11 @@ RUN addgroup --system www
|
|
RUN adduser --system www
|
|
RUN adduser --system www
|
|
RUN gpasswd -a www www
|
|
RUN gpasswd -a www www
|
|
|
|
|
|
|
|
+WORKDIR ${_workroot}
|
|
COPY entrypoint.sh uwsgi.ini wsgi.py ./
|
|
COPY entrypoint.sh uwsgi.ini wsgi.py ./
|
|
COPY ext ./ext/
|
|
COPY ext ./ext/
|
|
COPY scriptshifter ./scriptshifter/
|
|
COPY scriptshifter ./scriptshifter/
|
|
|
|
|
|
-WORKDIR ${_workroot}
|
|
|
|
COPY requirements.txt ./
|
|
COPY requirements.txt ./
|
|
RUN pip install --no-cache-dir -r requirements.txt
|
|
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
|