Demosthene-OR commited on
Commit
bfcb6c7
1 Parent(s): 80c9504

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,7 +46,7 @@ EXPOSE 7860
46
  COPY ./script.sql /docker-entrypoint-initdb.d/
47
 
48
  # Install the mysql.connector Python module
49
- # RUN pip install mysql-connector-python
50
 
51
  # Copier le script Python dans le conteneur
52
  COPY ./mysql_connector_python.py /code/mysql_connector_python.py
 
46
  COPY ./script.sql /docker-entrypoint-initdb.d/
47
 
48
  # Install the mysql.connector Python module
49
+ RUN pip install mysql-connector-python
50
 
51
  # Copier le script Python dans le conteneur
52
  COPY ./mysql_connector_python.py /code/mysql_connector_python.py