mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-06 23:46:40 +02:00
fix: database is not initialized inside the docker container (#1806)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user