From e4e8dd5218af5e1c5a7ce8b5429b44c02327c211 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Tue, 23 Apr 2024 06:46:22 -0300 Subject: [PATCH] fix: start the f*** (as in friendly) database --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 909e743..d32f3b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,11 @@ RUN apt-get purge -y --auto-remove build-essential COPY ./Labelbase/nginx/nginx.conf /etc/nginx/ COPY ./Labelbase/mysql/init.sql /docker-entrypoint-initdb.d/init.sql +# Start MySQL +# NOTE: Don't know why this is MariaDB (Oh yes python docker is based on Debian) +RUN /etc/init.d/mariadb start + +# TODO: Debug remove it RUN sed -i 's/15/1/' run.sh # ARG ARCH