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:
hugo gogo
2022-09-11 10:47:01 +02:00
parent e994b60790
commit 96193494a4
5 changed files with 23 additions and 15 deletions

View File

@@ -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};" && \