Skip to content

Commit bb3eaa0

Browse files
authored
fix: docker missing migrations (#48)
1 parent 1dbc5b0 commit bb3eaa0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ ENV OOMOL_CONNECT_DATA_DIR=/app/data
1919
COPY package.json package-lock.json ./
2020
COPY scripts/healthcheck.ts ./scripts/healthcheck.ts
2121
COPY scripts/ensure-generated.ts ./scripts/ensure-generated.ts
22+
COPY migrations ./migrations
2223
COPY --from=build /app/src ./src
2324
COPY --from=build /app/catalog ./catalog
2425
COPY --from=build /app/dist ./dist
26+
2527
RUN npm ci --omit=dev --ignore-scripts
2628
VOLUME ["/app/data"]
2729
EXPOSE 3000

0 commit comments

Comments
 (0)