removing web gui

This commit is contained in:
Faiz Ahmed
2021-07-17 11:10:40 -04:00
parent fae35f057a
commit e285697f2d
42 changed files with 4 additions and 2333 deletions

View File

@@ -1,7 +0,0 @@
FROM tiangolo/uwsgi-nginx-flask:python3.8-alpine
RUN apk update && apk add gcc libc-dev make git libffi-dev openssl-dev python3-dev libxml2-dev libxslt-dev
ENV LISTEN_PORT 5001
EXPOSE 5001
COPY ./app /app
RUN pip install -Ur requirements.txt
ENV STATIC_PATH /app/app/static