not much more, one hour per day is really really not enough that's frustrating... still trying to configure wp with mariadb
This commit is contained in:
@@ -10,7 +10,6 @@ RUN apt update && apt install -y \
|
||||
&& \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# (NOT NECESSARY : DONE BY WP)
|
||||
# configure wp database
|
||||
RUN service mysql start && \
|
||||
mariadb --execute="CREATE DATABASE ${DB_NAME};" && \
|
||||
|
||||
Reference in New Issue
Block a user