config: update dockerfile path (#1571)

This commit is contained in:
Manuel
2023-11-10 22:43:22 +01:00
committed by GitHub
parent fe0042d466
commit d7f785b374

View File

@@ -18,7 +18,7 @@ COPY .next/standalone ./
COPY .next/static ./.next/static
COPY ./scripts/run.sh ./scripts/run.sh
COPY ./drizzle ./drizzle
RUN mkdir database
RUN mkdir /data
COPY ./src/migrate.ts ./src/migrate.ts
# Install dependencies