This commit is contained in:
yohan 2024-06-21 17:01:13 +02:00
parent 54b6e78a90
commit 721255d4a3

View File

@ -3,7 +3,8 @@ MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Paris
RUN apt-get update && apt-get -y install python-pip python-mysqldb python-yaml
RUN pip install flask-restx flask-sqlalchemy
RUN pip install flask-restx==1.3.0
RUN pip install flask-sqlalchemy
WORKDIR /root
COPY api.py /root/
COPY entrypoint.sh /root/