Skip to content

Commit

Permalink
fix: fs error logs in production (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Pilar <[email protected]>
  • Loading branch information
pilartomas authored Dec 10, 2024
1 parent dce002d commit 36af5fa
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 452 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ COPY --from=build-upm /workdir/upm/internal/backends/python/pypi_map.sqlite ./st

COPY --chown=node:node --from=deps ${APP_DIR}/package.json ./
COPY --chown=node:node --from=deps ${APP_DIR}/node_modules ./node_modules
COPY --chown=node:node --from=builder ${APP_DIR}/tsconfig.json ./
COPY --chown=node:node --from=builder ${APP_DIR}/dist ./dist

RUN chown -R 1001:0 ${APP_DIR} &&\
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@mikro-orm/mongodb": "6.2.9",
"@mikro-orm/reflection": "6.2.9",
"@mikro-orm/seeder": "6.2.9",
"@opentelemetry/auto-instrumentations-node": "^0.50.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.53.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/sdk-node": "^0.53.0",
"@opentelemetry/auto-instrumentations-node": "^0.54.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.54.0",
"@opentelemetry/instrumentation": "^0.54.0",
"@opentelemetry/sdk-node": "^0.54.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@zilliz/milvus2-sdk-node": "^2.4.4",
"ajv": "^8.17.1",
Expand Down
Loading

0 comments on commit 36af5fa

Please sign in to comment.