mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-05-17 22:18:13 +02:00
6 lines
103 B
Docker
6 lines
103 B
Docker
FROM mysql:latest
|
|
|
|
# Copier le script SQL dans l'image
|
|
COPY sql/init.sql /docker-entrypoint-initdb.d/
|
|
|