This commit is contained in:
natib21
2026-07-07 08:42:01 +00:00
parent fdd7b1711e
commit 5a7133b599
4 changed files with 10 additions and 0 deletions

View File

@@ -40,4 +40,6 @@ RUN addgroup --system --gid 1001 nodejs \
COPY --from=deployer --chown=nestjs:nodejs /deploy .
USER nestjs
EXPOSE 3001
# GT06 GPS tracker TCP listener (raw TCP, not HTTP). Change via GT06_TCP_PORT.
EXPOSE 5023
CMD ["node", "dist/main.js"]