From 0089d396c496ab60b574c9ba6b809f1e6c9ab5ec Mon Sep 17 00:00:00 2001 From: anonysoul <105715150+anonysoul@users.noreply.github.com> Date: Fri, 12 Jan 2024 01:11:09 +0800 Subject: [PATCH] fix: database is not initialized inside the docker container (#1806) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2c479d3aa..d244cd039 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ COPY yarn.lock ./temp_yarn.lock COPY .next/standalone ./ COPY .next/static ./.next/static COPY ./scripts/run.sh ./scripts/run.sh +RUN chmod +x ./scripts/run.sh COPY ./drizzle ./drizzle COPY ./drizzle/migrate ./migrate