This commit is contained in:
Nathnael
2026-06-29 19:44:40 +00:00
parent d9020aa3c6
commit 10cde2b2e3

View File

@@ -34,4 +34,4 @@ RUN addgroup --system --gid 1001 nodejs \
COPY --from=deployer --chown=nestjs:nodejs /deploy .
USER nestjs
EXPOSE 3001
CMD ["sh", "-c", "pnpm run migrate && node dist/main.js"]
CMD ["node", "dist/main.js"]