diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ FROM python:3.11 -RUN pip install gunicorn +RUN pip install gunicorn psycopg2-binary mysqlclient RUN mkdir /package WORKDIR /package/ |