mariadb: Proper directories creation

Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
This commit is contained in:
Obed N Munoz
2017-02-10 14:43:19 -06:00
parent 998c3bf39b
commit c44dddb0f3
+2 -2
View File
@@ -7,10 +7,10 @@ RUN swupd update $swupd_args
RUN swupd bundle-add database-basic $swupd_args
RUN rm -rf /var/lib/swupd/*
RUN mkdir /etc/mariadb
RUN mkdir -p /etc/mariadb
COPY my.cnf /etc/mariadb
RUN mkdir /var/lib/mysql
RUN mkdir -p /var/lib/mysql
VOLUME /var/lib/mysql
COPY bootstrap.sh /usr/bin