fix: database is not initialized inside the docker container (#1806)

This commit is contained in:
anonysoul
2024-01-12 01:11:09 +08:00
committed by GitHub
parent c4669ca516
commit 0089d396c4

View File

@@ -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