From aedb8862ec0939fc69239c393f2f644c6420affd Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Wed, 16 Jul 2025 16:31:17 -0400 Subject: [PATCH] Fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bf6cc2e..b89a394 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh COPY ./.env.docker /app/.env RUN chmod +x /usr/local/bin/entrypoint.sh +RUN mkdir -p /app/database RUN touch /app/database/database.sqlite && chmod 777 /app/database/database.sqlite ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] \ No newline at end of file