UI - digging bugs from services, still some work to do

This commit is contained in:
bunkerity
2021-07-09 16:58:55 +02:00
parent 72a09eac6d
commit 3af1b397fa
8 changed files with 49 additions and 70 deletions

View File

@@ -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"]