Merge pull request #353 from Tria-plc/freight/fix/dockerfile

fix
This commit is contained in:
Nathnael Wondisha
2026-06-29 22:46:01 +03:00
committed by GitHub

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"]