statusforce/Dockerfile

7 lines
283 B
Docker

FROM tiangolo/meinheld-gunicorn-flask
LABEL org.opencontainers.image.authors="Liberty Tech Force"
RUN pip install --no-cache-dir flask_admin flask_sqlalchemy flask_login psycopg2-binary pymysql 'greenlet<0.5,>=0.4.5'
COPY ./statusforce /app/statusforce
COPY ./docker/main.py /app/