Skip to content

Commit c8ce8ca

Browse files
authored
ci: remove mariadb service stop from import stage in db container
1 parent aa4af6d commit c8ce8ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/db.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ RUN sed -i 's/\[mysqld\]/\[mysqld\]\ninnodb_buffer_pool_size = 1G\ninnodb_log_bu
4747
mysqladmin -u root --default-character-set=utf8 create ietf_utf8 && \
4848
bash -c "cd /mariadb-sys-master && mysql --user root < sys_10.sql" && \
4949
bash -c "mysql --user root ietf_utf8 <<< \"GRANT ALL PRIVILEGES ON *.* TO 'django'@'%' IDENTIFIED BY 'RkTkDPFnKpko'; FLUSH PRIVILEGES;\"" && \
50-
bash -c "mysql --user=django --password=RkTkDPFnKpko -f ietf_utf8 < /ietf_utf8.sql" && \
51-
service mariadb stop
50+
bash -c "mysql --user=django --password=RkTkDPFnKpko -f ietf_utf8 < /ietf_utf8.sql"
5251

5352
# ===================
5453
# --- Final Image ---

0 commit comments

Comments
 (0)