mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 16:35:49 +01: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