Spaces:
Runtime error
Runtime error
File size: 58 Bytes
cd6f98e |
1 2 3 4 |
FROM mysql:8.0
ADD setup.sql /docker-entrypoint-initdb.d
|