Update Dockerfile

This commit is contained in:
2025-09-23 21:23:00 +00:00
parent a2604a4f5e
commit e7d2e60f13

View File

@@ -29,6 +29,6 @@ COPY --from=builder /app/gps-router .
RUN adduser -D -s /bin/sh gpsrouter
USER gpsrouter
EXPOSE 3000
EXPOSE 3001
CMD ["./gps-router"]