FROM mysql:8.0 ENV MYSQL_ALLOW_EMPTY_PASSWORD=true COPY sensors_db.sql /docker-entrypoint-initdb.d/ EXPOSE 3306