Compare commits

..

No commits in common. "dcc4e2623588c6882b3d41a0039c2eace1ca7013" and "36b975a1ffd2349d019a45d28b503d79d49891ab" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

@ -15,8 +15,6 @@ RUN pnpm run build \
# final image
FROM registry.odit.services/hub/library/node:19.0.1-alpine3.16
WORKDIR /app
COPY --from=build /app/package.json /app/package.json
COPY --from=build /app/dist /app/dist
COPY --from=build /app/dist dist
COPY --from=build /app/node_modules /app/node_modules
ENTRYPOINT ["node", "/app/dist/app.js"]
ENTRYPOINT ["node", "dist/app.js"]

View File

@ -47,8 +47,8 @@
"dependencies": {
"@odit/class-validator-jsonschema": "2.1.1",
"class-transformer": "0.3.1",
"class-validator": "0.13.0",
"consola": "2.15.0",
"class-validator": "0.13.1",
"consola": "2.15.3",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",