mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 00:45:47 +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/standalone ./
|
||||||
COPY .next/static ./.next/static
|
COPY .next/static ./.next/static
|
||||||
COPY ./scripts/run.sh ./scripts/run.sh
|
COPY ./scripts/run.sh ./scripts/run.sh
|
||||||
|
RUN chmod +x ./scripts/run.sh
|
||||||
COPY ./drizzle ./drizzle
|
COPY ./drizzle ./drizzle
|
||||||
|
|
||||||
COPY ./drizzle/migrate ./migrate
|
COPY ./drizzle/migrate ./migrate
|
||||||
|
|||||||
Reference in New Issue
Block a user