UI - digging bugs from services, still some work to do
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add py3-pip bash
|
||||
RUN apk add py3-pip bash build-base python3-dev libffi-dev
|
||||
COPY ui/requirements.txt /tmp
|
||||
RUN pip3 install -r /tmp/requirements.txt
|
||||
|
||||
@@ -19,4 +19,4 @@ EXPOSE 5000
|
||||
|
||||
WORKDIR /opt/bunkerized-nginx/ui
|
||||
USER nginx:nginx
|
||||
ENTRYPOINT ["/usr/bin/gunicorn", "--bind", "0.0.0.0:5000", "-m", "007", "wsgi:app"]
|
||||
ENTRYPOINT ["/usr/bin/gunicorn", "--bind", "0.0.0.0:5000", "-m", "007", "wsgi:app"]
|
||||
|
||||
Reference in New Issue
Block a user