We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbc5b0 commit bb3eaa0Copy full SHA for bb3eaa0
1 file changed
docker/Dockerfile
@@ -19,9 +19,11 @@ ENV OOMOL_CONNECT_DATA_DIR=/app/data
19
COPY package.json package-lock.json ./
20
COPY scripts/healthcheck.ts ./scripts/healthcheck.ts
21
COPY scripts/ensure-generated.ts ./scripts/ensure-generated.ts
22
+COPY migrations ./migrations
23
COPY --from=build /app/src ./src
24
COPY --from=build /app/catalog ./catalog
25
COPY --from=build /app/dist ./dist
26
+
27
RUN npm ci --omit=dev --ignore-scripts
28
VOLUME ["/app/data"]
29
EXPOSE 3000
0 commit comments